Increasing the Memory Settings of the eG Agent on Windows
To increase the memory settings of the eG agent on Windows, do the following:
- Login to the eG agent host.
- Edit the RunAgent.bat file in the <EG_INSTALL_DIR>\lib directory.
-
Look for the entry -Xmx in the file. If you do not find it, then, insert an entry of the following format:
Xmx<Memory_allocation_to_the _eG_agent>M
For instance, if you want to allocate 8 GB of memory to the eG agent, your –Xmx specification should be as follows:
Xmx8192M
On the other hand, if you find the entry in the RunAgent.bat file (as the case may be), then simply alter the <Memory_allocation_to_the _eG_agent> to suit your specific needs.
- Finally, save the file, and run the RunAgent.bat file (as the case may be).