noun
working set
In operating systems, the set of memory pages a process is actively using at a given time.
ワーキングセットが大きすぎると、スラッシングが発生しやすくなる。
If the working set is too large, thrashing is more likely to occur.
OSはプロセスのワーキングセットを監視してメモリ割り当てを調整する。
The OS monitors the process's working set to adjust memory allocation.