Hi All,
While registering AE-Agent after executing startup.bat, I am getting following error :-
Error occurred during initialization of VM, Could not reserve enough space for 2097152KB object heap.
Please suggest answer.
Hi All,
While registering AE-Agent after executing startup.bat, I am getting following error :-
Error occurred during initialization of VM, Could not reserve enough space for 2097152KB object heap.
Please suggest answer.
Hi Pooja,
Initialization of VM - object heap error comes when Java is 32 bit. Please check if you are using 32 bit Java or 64 bit.
If you are using 32 bit Java then change following setting in startup.bat of AE-Agent
From -Xms1024m -Xmx2048m
To-Xms1024m -Xmx1024m
Thanks and Regards,
Archana Muley
Looks like 32 bit JRE is installed, please check the version of JVM by executing the following command.
java -d64
The above command will tell you if the JVM supports 64 bit or not.
Agents need 64 bit JVM for running .
Best
Sumit
Hi Archana,
I have made the changes, Agent is registered successfully.
Thank you,
Warm Regards,
Pooja