终端报出了Allowed memory size of 134217728 bytes exhausted错误;
是因为php默认内存限制是128M;所以需要修改php.ini文件。
查找到memory_limit = 128M这一行;将128M改大点;改成了1024M。
2、重启服务器;通过sudo /usr/sbin/apachectl restart来重启apache服务器;当然其实用终端执行php的话;不重启服务器也是可以的。
3、重新执行php文件
linux ftrace的原理和实现_bytes≤buffersize
python使用pyinstaller生成exe时报错-TypeError:-an-integer-is-required-(got-type-bytes)