将堆大小增加到超过 1577 Mb 后 JMeter 无法工作
当我尝试将 JVM 堆大小增加到 2048 Mb 时,它在初始化 JVM 时抛出异常。我已经在 32 位和 32 位上尝试过了。 64位操作系统但能够得到解决方案。另外,请告诉我安装 64 位 JVM 或 JRE 是否可以解决问题。 有人也可以让我知道如何找到我当前正在运行的 JRE 版本吗?
When I tried to increase the JVM heap size to to 2048 Mb, it throws an exception while initializing the JVM. I have tried it on both 32-bit & 64-bit OS but was able to get the solution. Also, please tell me if installing the 64-bit JVM or JRE will solve the problem or not.
Can someone also let me know, how to find which version of JRE I'm currently running?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
内存限制在这里: Windows XP 上的 Java 最大内存
版本是 <代码>java -版本
The memory limit is here: Java maximum memory on Windows XP
The version is
java -version