Home > php教程 > php手册 > body text

virtual memory exhausted: Cannot allocate memory

WBOY
Release: 2016-09-11 11:19:40
Original
1306 people have browsed it

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.

Solution

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>
Copy after login
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template