Search code examples
javafreebsdheap-dump

how to disable creating java heap dump after VM crashes?


JVM runs on FreeBSD with 18Gb memory. creating core file takes about hour, which is very slow, so i need some way to disable it.


Solution

  • If this is an OS crash dump then use ulimit to set the maximum core size to 0.