When I try to extend the stack size on macOS Sierra using the command ulimit -s unlimited
the terminal print the next message:
-bash: ulimit: stack size: cannot modify limit: Operation not permitted.
I also tried to use sudo ulimit -s unlimited
but it doesn't leave me either. Anyone know something?