Increase process limits (stacksize)? Follow
Answered
Is there a simple way to increase the process limits for IDEA or for
programs started by IDEA (such as JUnit tests)?
Specifically, I need to set the stacksize to unlimited (limit stacksize
unlimited OR ulimit -s unlimited).
Thank you,
Donald
Please sign in to leave a comment.
My question is around calling "ulimit -c unlimited" so Java core dumps work... but I believe the answer to my question and the OP are the same.
Set it globally for the system/user or for IntelliJ IDEA process (either before running it in the Terminal or by modifying idea.sh startup script). All the child processes started from IntelliJ IDEA should inherit the parent process limits.