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
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)