且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何减少最小Linux进程的内存占用

更新时间:2023-11-27 23:26:52

减少堆栈限制将减少内存占用:

Reducing the stack limit will lower the memory footprint:

ulimit -s 8