php swoole Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) 的问题解决


如图显示内存被耗尽了。 尝试分配 262144 bytes 字节失败了。 
free -m 服务器内存还剩余 13G。
应该时php 
memory_limit = 512M

暂时修改 

memory_limit = 1024M
ok之

你可能感兴趣的:(php swoole Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) 的问题解决)