Today when I tried to compile an opensource software in my DigitalOcean VPS, I encountered a weird problem: every time when I make
it, the command ends with error message Killed
. However, I didn’t press CTRL+C all the time. Then I keyed in command top
and I saw gcc
used up my memory! So I decided to add a swap file to enlarge my memory...>>Read More