- Jan 12, 2005
- 1,351
- 29
- 91
or set the min=max to about 1.5xTotal_RAM.. i do the latter so my page file is always one contiguous chunk on the hd.
Originally posted by: AlucardX
just leave it alone, this topic has been beat to death over the years. or set the min=max to about 1.5xTotal_RAM.. i do the latter so my page file is always one contiguous chunk on the hd.
If you are doing extensive paging, you need more RAM, period.
Originally posted by: Nothinman
If you are doing extensive paging, you need more RAM, period.
Not true at all. Paging is a necessary operation, it's how data is read/written to/from disk. Every time you start a binary hard faults are incurred while the binary is paged into memory from disk and soft faults are incurred while shared libraries are mapped into the processes address space. This notebook has an average of 247.11 faults/s and it's got more than enough memory for what I have running, in fact no swap space is used at all right now.
or set the min=max to about 1.5xTotal_RAM..
i do the latter so my page file is always one contiguous chunk on the hd.
I took his comment as, if your actually using the swap file (not swapping from binary backed images) the best solution is more memory. He's right, your being, well yourself
