Netbeans:每次我编译时,内存使用率总是越来越高

发布于 2024-10-18 13:52:43 字数 357 浏览 3 评论 0原文

我正在使用 Netbeans。每次我编译任务管理器中的java.exe内存使用量总是越来越高。直到我再次编译一些java之后它才更高。

例如我编译并运行 test1.java java.exe 151,000kb

再次运行 java.exe 165.000kb

等待...我的意思是运行它 它仍然 java.exe 165.000kb

但是当我再次运行它时 java.exe 170.000kb

当我关闭我的netbeans时,java.exe的内存使用量消失了。 我正在使用 Windows XP

I 编码来制作全屏 2D 游戏。

如何解决这个问题?

I'm using Netbeans. Every i compiled java.exe memory usage in task manager always higher and higher. And It isn't higher until i compile some java again.

For example i compile and run test1.java
java.exe 151,000kb

run it again
java.exe 165.000kb

waiting... i mean run it
and it still
java.exe 165.000kb

but when i run it again
java.exe 170.000kb

When i close my netbeans memory usage for java.exe disappear.
I'm using Windows XP

I coding to make 2D Game with Full-Screen.

How to fix that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

有深☉意 2024-10-25 13:52:43

我认为这很正常。尝试多次从命令行运行并退出编译好的jar文件,看看是否出现同样的现象:

java -jar C:\myPath\myJar.jar

您可以在dist中找到编译好的jar文件项目的 文件夹。

请记住,NetBeans 也作为 java.exe 运行。

I think that's normal. Try to run and exit the compiled jar file from command line multiple times, and see if you get the same phenomenon:

java -jar C:\myPath\myJar.jar

You can find the compiled jar in the dist folder of your project.

Remember NetBeans runs as java.exe too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文