apache jmeter设置HEAP大小

来源:互联网 发布:大数据发展趋势 ppt 编辑:程序博客网 时间:2024/06/11 07:41

将:
rem See the unix startup file for the rationale of the following parameters,
rem including some tuning recommendations
set HEAP=-Xms512m -Xmx512m

修改为:
rem See the unix startup file for the rationale of the following parameters,
rem including some tuning recommendations
set HEAP=-Xms1024m -Xmx2048m
set NEW=-XX:NewSize=256m -XX:MaxNewSize=1024m

原创粉丝点击