關於Jmeter的執行
阿新 • • 發佈:2019-01-04
下載了jmeter,解壓直接執行jmeter的bin目錄下的jmeter.bat,不能執行,後將jmeter的lib目錄加入到classpath中。
執行,報如下錯誤:
Unrecognized VM option '+HeapDumpOnOutOfMemoryError'
Could not create the Java virtual machine.
errorlevel=1
請按任意鍵繼續. . .
上網查了一下,可以用以下方法解決:
編輯jmeter.bat檔案,將set DUMP=-XX:+HeapDumpOnOutOfMemoryError註釋掉。
另外,還查了一下原因。
是因為機器用的是1.5的jdk環境,網上的大牛們說:
Well, this is an unexpected one. Apparently the HeapDumpOnOutOfMemoryError option was added in JDK 1.6, and then back-ported into 1.4.2_12, 1.5.0_07. We'll document this, and discuss what to do to fix it.
所以呢,還有一個方法是可以解決的,就是升級你的jdk環境到1.6羅。