| Thread | Last Post | Replies |
|
| Maximum Heap Size on Windows 2003 | 27 Apr 2005 14:37 GMT | 2 |
I an working with J2SE 1.4.2 (exactly 1.4.2_08) on Windows 2003 Server SP1 The server i use have 4Go of RAM.. As Windows 2003 is a 32bits OS, the limit memory size for jvm is supporsed to be 2048 Mo. Am I right?
|
| java.lang.OutOfMemoryError - server going down | 26 Apr 2005 16:38 GMT | 1 |
I've got a web application, which is using the Orion 2.02 application server. We've added another system to the suite of systems we already have in the last 3 months. Since then, we're having problems with the server and it keeps going
|
| Getting IE automated proxy settings from Java or JScript? | 16 Apr 2005 12:37 GMT | 2 |
I've been researching this on and off for weeks, and haven't come up with anything useful yet. If anyone knows how to do this, please let me know. From a Java applet running in IE 6.0 using the Sun J2SE 1.4.2_03 plug-in, I need to retrieve the proxy host and port that will be used ...
|
| JVM heap size | 14 Apr 2005 14:04 GMT | 3 |
i have a JVM with the parameters -Xms512m -Xmx1024m. i expected it to allocate 512m of memory immediately upon startup, but instead it only allocates ~300m according to the top utility (this is a Linux OS, kernel 2.4.x).
|
| how does JVM cooperate with outside world? | 11 Apr 2005 21:18 GMT | 6 |
I've read the Java VM spec and wonder how JVM communicate with the host OS or hardware(in embedded case)? I disassemble some class file and find that it just calls some system methods to do such things. But how are these system methods are implemented in JVM? There are many JVM
|