Gerry Blais:
> My program has a memory usage of 30 MB according to the task manager,
> and is doing 1000+ page faults / second (page fault delta, high speed
> refresh rate).
>
> With memory available, any idea why I'm paging so much, and what I
> might do about it?
Many page faults are sof
I'm running a Python program (1000 by 1000 grid, all source shortest
path, running time currently in days) in Python 2.4 under XP.
System memory usage according to the task manager is steady at 500 MB
out of 1 GB physical memory.
My program has a memory usage of 30 MB according to the task m