Hi,
We have a process which triggers 10 JVM process, with delay of few seconds between each process, for performing some operations on the files. Below is the snippets of the code
Below is the
java version details
java version "1.5.0_19"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02)
Java HotSpot(TM) Server VM (build 1.5.0_19-b02, mixed mode)
The box has enough memory of 12 G when we are trying start the 10 Java process. Total memory of the box is 64 G.
Can you please let us know why this issue is occuring?