简体   繁体   English

在jGrasp中增加Java堆大小

[英]Increasing Java heap size in jGrasp

Where specifically would I input the command "java –Xss 1024k MyProgram” to increase the stack size for a Java program? 我在哪里特别输入命令“ java –Xss 1024k MyProgram”来增加Java程序的堆栈大小?

Alternatively, is there a way to increase the stack size within jGrasp itself 或者,是否有办法增加jGrasp本身的堆栈大小

I know similar questions have been asked, but I really need a very basic explanation, as I have only minimal command line experience and java understanding. 我知道有人问过类似的问题,但是我真的需要一个非常基本的解释,因为我对命令行的了解和对Java的了解很少。

EDIT: Altering the max memory use in /jGrasp/bin/winconfig.exe does not seem to solve the problem 编辑:更改/jGrasp/bin/winconfig.exe中的最大内存使用量似乎无法解决问题

For JGrasp, go to the actual location of your JGraps application. 对于JGrasp,请转到JGraps应用程序的实际位置。 Like the one that has folders called bin, data, etc. Open up bin and you should see near the bottom an application called winconfig (not the portable one). 像有一个名为bin,data等的文件夹。打开bin,您应该在底部附近看到一个名为winconfig的应用程序(而不是可移植的应用程序)。 Double click and open, there should be a screen pop up talking about memory use. 双击并打开,应该弹出一个屏幕,谈论内存使用情况。 Set to 1024 and see if that does the trick. 设置为1024,看看是否能解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM