What is the minimum configuration to run the JVM? [closed]

爱⌒轻易说出口 提交于 2019-12-23 15:19:34

问题


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


回答1:


depends on what system and what version of jdk see http://www.java.com/en/download/help/sysreq.xml

for Windows XP 128mb




回答2:


The more RAM the better, processor and gpu are irrelevant. My workstation has 8 GB of RAM and it's ok for running a tomcat server, database server, firefox with dev add-ons (it can sometimes use around 1 GB of ram), Eclipse and some other tools.

The more RAM you have the more you can give to the apps executed in jvm (-xmx and -xms options)




回答3:


Well first you must consider the version of JVM you want to run, as for any other software the more you advance of version the more resources it "eats" therefore supposing you're on JVM 7 consider this table from the Oracle website

Java System requirements

If you have any other questions feel free to ask.



来源:https://stackoverflow.com/questions/11395667/what-is-the-minimum-configuration-to-run-the-jvm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!