Hi all,
Been using Unix systems for 15 years now and can generally find my answers with searching, but my FreeBSD experience is only a few years and I cannot figure this one out. I can reboot the server to solve this, but I want to learn more. I will increase the swap space once I get this up, but I want to learn how better to troubleshoot this.
FreeBSD 12.1
The system has killed off most processes, as you can see. When I try to login, it is a race to try and run something (like top) before my shell is killed with "out of swap" message. Even logging in, my login process can be killed between entering the username and the password. I cannot see, in top, what is hogging all of the memory.
I want to run something like this:
I did just manage get this info:
Any suggestions appreciated.
Thank you.
Been using Unix systems for 15 years now and can generally find my answers with searching, but my FreeBSD experience is only a few years and I cannot figure this one out. I can reboot the server to solve this, but I want to learn more. I will increase the swap space once I get this up, but I want to learn how better to troubleshoot this.
FreeBSD 12.1
The system has killed off most processes, as you can see. When I try to login, it is a race to try and run something (like top) before my shell is killed with "out of swap" message. Even logging in, my login process can be killed between entering the username and the password. I cannot see, in top, what is hogging all of the memory.
I want to run something like this:
ps -eo pmem,pid,pcpu,rss,vsz,time,args | sort -k 1 -r but I am unable to type it fast enough.I did just manage get this info:
Any suggestions appreciated.
Thank you.