Server, 1G
memory Alibaba Cloud server, it should be enough to compile things, and install related content without any problem, but after compiling for a while, I encountered the problem of virtual memory exhausted: Cannot allocate memory
.
This problem occurs because the server does not have enough memory, causing the compilation to fail.
The Alibaba Cloud server you purchased does not allocate virtual memory to you, so you can solve the problem by increasing the virtual memory yourself:
<span class="widget-clipboard"><code class="language-bash">dd <span class="hljs-keyword">if=/dev/zero <span class="hljs-keyword">of=/swap bs=<span class="hljs-number">1024 count=<span class="hljs-number">1M mkswap /swap swapon /swap echo <span class="hljs-string">"/swap swap swap sw 0 0" >> /etc/fstab</span></span></span></span></span></code></span>