Increase process limits (stacksize)?

已回答

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

1

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.

0

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.

0

请先登录再写评论。