Troubleshooting Memory Usage

(via rimuhosting.com)

If you are using VPS with very limited memory resources, the link provides excellent reference material on troubleshooting memory issues with some of the know applications that can possibly consume high memory.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

percentage memory used

Below, will add up the values in the fourth column (%MEM) and give a total of percentage memory used.

ps aux | awk '{x=x+$4}END {print x}'

Post new comment

  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.
Comment