I'm working with java OpenMPI on a server (64GB memory) to sort a big integer array (the length is 1 billion). But when I increase the length of the array, I get this error:
A fatal error has been detected by the Java Runtime Environment:
...
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
what is core dump? and what could be the error which causes this error? and how to resolve this error?