wsl2 modify the stack size

 

Modify /etc/security/limits.conf

Add * soft stack 102400

Then set the default login user as root wsl config --default-user root

After logging in, switch to your user su username

ulimit -s view takes effect

If this is not the case, it will be invalid ...

Guess you like

Origin www.cnblogs.com/wangdongpython/p/12692927.html