Machine configuration issue

Hi,

my machine is having minimum config,
How to run Agent on 32 bit machine?

Hi Pooja,

To run Agent on a 32-bit machine you need to make following changes in the startup.bat/aeagent.bat file.
In file, search for “-Xms1024m -Xmx2048m” and change it to “-Xms512m -Xmx1024m”.

Hi Pooja,

Change the heap size as -Xms1024m -Xmx2048m to
-Xms512m -Xmx1024m in startup.sh file and run the agent.
It will working fine.

Thank you Rakesh.

Thanks Komal.