[progress Communities] [progress Openedge Abl] Forum Post: Re: Kswapd0 Running At 99.99%

  • Thread starter Thread starter Keith Sudbury
  • Start date Start date
Status
Not open for further replies.
K

Keith Sudbury

Guest
Run the following... cat /proc/sys/vm/dirty_ratio cat /proc/sys/vm/swappiness cat /proc/sys/vm/dirty_background_ratio A lot of your memory is being used for OS caching, kswap is maintaining those buffers as part of its job. For database servers I usually set swappiness to 0, dirty_ratio to 60 and dirty_background_ratio to 5 as a starting point. Before you make any changes you need to carefully consider what you are going to do with that memory (-B, -T, etc.) or you will probably run into new performance problems as pages are read from disk instead of the buffer cache.

Continue reading...
 
Status
Not open for further replies.
Back
Top