I need to configure LG virtual memory to its maximum. I have 8 GB of Physical Memory and now I want to increase virtual memory to 4 GB. Attached is /conf/agent.properties file (contains only Load Generator part).
Also please let me know what is (line 4):
1. -XX:MaxRAMFraction=4
2. -Xss228k
Thanks in advance
#2 is the starting memory
#1 is the max RAM allocated, 4 is a quarter so the LG would get 2GB
#1 can be changed to be an absolute value like -Xmx4g