[Sablevm-user] problem running sablevm for the first time...
Brought to you by:
egagnon
From: <da...@co...> - 2003-11-17 15:57:23
|
Hi, I trying out sablevm for the first time. All compiles and installs well (as far as I know). When I try to run a simple class (HelloWorld) I get this... [verbose jni: JNI_CreateJavaVM] [verbose gc: allocating initial heap (16777216 bytes)] [verbose class: loading "java/lang/Object"] ... (bunches of classes loaded here) [verbose class: loading "java/lang/VMSecurityManager"] [verbose gc: previously allocated 16777216 bytes, surviving 27280 bytes, new heap is 16777216 bytes, gc time = 0 sec 206 usec] [verbose gc: previously allocated 16777180 bytes, surviving 27212 bytes, new heap is 16777216 bytes, gc time = 0 sec 186 usec] [verbose gc: previously allocated 16777192 bytes, surviving 27204 bytes, new heap is 16777216 bytes, gc time = 0 sec 186 usec] [verbose gc: previously allocated 16777196 bytes, surviving 27140 bytes, new heap is 16777216 bytes, gc time = 0 sec 198 usec] ... (and this repeats forever) Whats up with this? Im guessing Im running out of heap space before sablevm finishes loading all of its base classes. Is there a way to fix this? Im running sable-1.0.9 on redhat 8.2 with 512mB memory (100mB free) Thanks Dan da...@po... |