
September 15th, 2011, 10:31 AM
|
 |
Contributing User
|
|
|
|
|
shell
I don't know which program produces core files. The shell? Somewhere in the OS? Consider posing your question to the java group. If java produces core files it might ignore a coresize limit. I keep the coresize limit in my shell startup file. Anyway, I proposed this:
shell_prompt$ ulimit -c 0
shell_prompt$ java worms_in_a.jar
The ulimit shell command might have a different name in another shell. I use the born again shell.
Last edited by b49P23TIvg : September 15th, 2011 at 10:37 AM.
Reason: additional information supplied
|