4

What is the minimum configuration to run the JVM?
The computer I work has the following settings:

MS Windows XP Professional SP3
Intel Celeron 2.26GHz CPU, 959MB RAM, VIA/S3G UniChrome Pro IGP

Using a Java-based program and I think that is causing this latency, besides having to use Internet Explorer to access the Intranet (which only allows the use of IE). So I wonder what the minimum configuration to run the JVM, so that my computer can be replaced.

From now on,
Thank you.

Sorry for bad english

4

3 回答 3

1

取决于什么系统和什么版本的jdk见http://www.java.com/en/download/help/sysreq.xml

适用于 Windows XP 128mb

于 2012-07-09T13:13:07.827 回答
0

RAM越多越好,处理器和gpu无关紧要。我的工作站有 8 GB 的 RAM,它可以运行 tomcat 服务器、数据库服务器、带有开发附加组件的 firefox(它有时可以使用大约 1 GB 的 RAM)、Eclipse 和其他一些工具。

您拥有的 RAM 越多,您可以为在 jvm 中执行的应用程序提供的内存越多(-xmx 和 -xms 选项)

于 2012-07-09T13:11:53.333 回答
0

首先,您必须考虑要运行的 JVM 版本,对于任何其他软件,版本越高级,它“吃掉”的资源就越多,因此假设您使用 JVM 7,请考虑 Oracle 网站上的这张表

Java 系统要求

如果您有任何其他问题,请随时提出。

于 2012-07-09T13:17:30.287 回答