- May
- 13,834
- 211
Win10/64: v23 and v24 are very different in this respect (see below). If you don't have PSTAT, you can add the private working set to TaskMgr and watch it there. Here's v23.
And here's v24,
Repeating that experiment, I've had v24's working set over 3GB.
Code:
v:\> *pstat /f W
Working Set: 25344 KB
v:\> do i=1 to 100000 ( echo foo > NUL )
v:\> *pstat /f W
Working Set: 25456 KB
And here's v24,
Code:
v:\> *pstat /f W
Working Set: 25508 KB
v:\> do i=1 to 100000 ( echo foo > NUL )
v:\> *pstat /f W
Working Set: 782324 KB
Repeating that experiment, I've had v24's working set over 3GB.