This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
My webmin dashboard shows 98% virtual memory usage since the past few days. Real memory usage is only 14%
Is there anything wrong, if yes how do I troubleshoot this?
free -m was showing swap at near 98%. I restated the server and now its back to 0% virtual memory usage and 7% real memory usage.
Hopefully it stays that way. Whats the command to show which process is using up the virtual memory?
Howdy,
What is the output of this command:
free -m
Hi,
free -m was showing swap at near 98%. I restated the server and now its back to 0% virtual memory usage and 7% real memory usage. Hopefully it stays that way. Whats the command to show which process is using up the virtual memory?
Howdy,
You can run "ps auxw", and then review the memory usage of your various processes. You can also run "top", and sort the output by memory usage.
-Eric
thanks :)