Hi,
I have been sending trinity jobs to a cluster under differing conditions. If I request 1 node with one or two processes (CPU's) and 2GB of memory for each process/CPU, the program runs without a hitch.
However, If I request four processes/CPU's from a single node or from two nodes, the program fails with the following error message:
initialization of VM
Error occurred during initialization of VM
Could not reserve enough space for object heapCould not reserve enough space for object heap
Could not create the Java virtual machine.
Could not create the Java virtual machine.
In all runs, I match the --JM flag and --CPU flag in Trinity with the number of processes and the amount of memory requested from the cluster.
Each node in the cluster has 8 CPU's and a total of 16GB of memory, so I am by no means overburdening the system. The cluster support team tested this by running Trinity input with a total of 24G of memory and got the same answer.
Has anyone else had trouble with executing Trinity over more than two CPUs?
I have been sending trinity jobs to a cluster under differing conditions. If I request 1 node with one or two processes (CPU's) and 2GB of memory for each process/CPU, the program runs without a hitch.
However, If I request four processes/CPU's from a single node or from two nodes, the program fails with the following error message:
initialization of VM
Error occurred during initialization of VM
Could not reserve enough space for object heapCould not reserve enough space for object heap
Could not create the Java virtual machine.
Could not create the Java virtual machine.
In all runs, I match the --JM flag and --CPU flag in Trinity with the number of processes and the amount of memory requested from the cluster.
Each node in the cluster has 8 CPU's and a total of 16GB of memory, so I am by no means overburdening the system. The cluster support team tested this by running Trinity input with a total of 24G of memory and got the same answer.
Has anyone else had trouble with executing Trinity over more than two CPUs?
Comment