当我输入ulimit -s终端时,它显示8192. 这是否意味着在我的 C 代码中我只能有 8192 字节的局部变量?
ulimit -s
8192
我很困惑哪个堆栈大小。ulimit -s当我们修改它的值时会改变吗?
c c++ application-development
application-development ×1
c ×1
c++ ×1