jmeter.JMeter: Uncaught exception: java.lang.OutOfMemoryError: Java heap space
请让我知道如何解决.
>在您的资源管理器中找到安装JMeter的位置>打开bin目录.>找到JMeter.bat文件并使用文本编辑器打开它>找到以下设置HEAP
You can set this HEAP value to whatever you like,in this example I’ve said allocate 2 GB of memory from the start and throughout the test run: set HEAP=-xms2048m -Xmx2048m
HEAP
set HEAP=-xms2048m -Xmx2048m