As long as the page file isn't growing without bound, you should not be concerned. It should reach a point of balance.
As schwertner says, use a tool to investigate, if you are seeing infinite growth.
The only problem is the paging itself. If, within normal running, you see too much paging, you need more RAM, or need to detune some of the PGA / SGA stats, or shutdown other stuff.
Main Topics
Browse All Topics





by: schwertnerPosted on 2009-06-02 at 12:16:21ID: 24530389
This is normal for every server OS.
They use the unused memory in the RAM to cache disk blocks, processes, etc.
but releases the occupied place on demand.
We experienced the same phenomena and were in the same state of panic (we suspect memory leaks, etc.). But this is normal.
To investigate the case use a tool (like xosview in Linux) that will report the used memory, the cache zone and the unused memory.