<div dir="ltr"><div>From the htop output, you can see that your memory is full, and there</div><div>is A LOT of swapping going on. <br></div><div><br></div><div>Any machine that is swapping will be unresponsive. <br></div><div><br></div><div>We need to know what is using the most memory.</div><div><br></div><div>To do that, start htop, then press F6, then choose M_RESIDENT. <br></div><div>The result will be sorted by the RES column (resident set size).</div><div><br></div><div>See what application is using the most RAM. <br></div><div><br></div><div>Try again the following:</div><div><br></div><div>1. Reboot, so swap is completely cleared.<br></div><div><br></div><div>Before running anything, measure memory as above.</div><div><br></div><div>2. Then enter this command:</div><div><br></div><div>$ sudo sysctl vm.swappiness=5</div><div><br></div><div>3. Then try again to run Atom, and see how much memory is being used, and by what.<br></div></div>