Ronan Lucio wrote:
If my FreeBSD server show that 90% of swap space is being used,
is there a way to find out what is taking this space?

'top' or 'ps aux | sort +4r' can show you the processes sorted by virtual memory usage. VSZ means more than just swap, but this still is probably what you're looking for.


--
-Chuck

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to