JMeter StackOverflow

后端 未结 4 1114
旧巷少年郎
旧巷少年郎 2021-01-22 02:23

I am using JMeter 2.11. The following parameters are defined in the jmeter.bat file :

set HEAP=-Xms512m -Xmx12144m

set PERM=-XX:PermSize=64m -XX:MaxPermSize=64m         


        
4条回答
  •  死守一世寂寞
    2021-01-22 02:54

    I believe that in the "set HEAP=-Xms512m -Xmx12144m " both values need to be the same. I think that if you would try with "set HEAP=-Xms2048m -Xmx2048m " the error will be gone.

提交回复
热议问题