Einzelnen Beitrag anzeigen
Alt 24.01.2006, 13:21   #6
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

<edit>Genau 50% hört sich danach an das nur eine CPU genutzt wird. Ich bermute die Simulation benutzt nur einen Thread.</edit>


AFAIK beschränkt die JVM standardmäßig den Speicher auf 64MB . Vielleicht liegt's ja daran:
Zitat:
-Xmsn
Specify the initial size, in bytes, of the memory allocation pool. This value must be a multiple of 1024 greater than 1MB. Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes. The default value is 2MB. Examples:

-Xms6291456
-Xms6144k
-Xms6m


-Xmxn Specify the maximum size, in bytes, of the memory allocation pool. This value must a multiple of 1024 greater than 2MB. Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes. The default value is 64MB. Examples:

-Xmx83886080
-Xmx81920k
-Xmx80m
Quelle: http://java.sun.com/j2se/1.4.2/docs/...inux/java.html

jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten