From 9b213546357cf01f094d003aae20117acac4e848 Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 20 Apr 2007 14:08:37 +0000 Subject: svn:keywords --- docs/development/jvm.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'docs/development/jvm.txt') diff --git a/docs/development/jvm.txt b/docs/development/jvm.txt index 4b18883353..5111d91b10 100644 --- a/docs/development/jvm.txt +++ b/docs/development/jvm.txt @@ -14,19 +14,16 @@ VM Options Heaps larger than 2GB are available starting with J2SE 1.3.1 Default: 64M (32-bit UNIX and Windows) - Scala default: 256M (v2.4.0) * -Xms option (initial heap size) Minimum: 1025K (Linux-i586, Solaris-i586), etc.. (see [vm08]) Default: 2M (32-bit UNIX and Windows) - Scala default: 16M (v2.4.0) * -Xss option (thread stack size) Minimum: 48K (Linux-i586), 64K (Solaris-i586), etc.. (see [vm08]) Default: 256K (32-bit UNIX and Windows) - Scala default: same as default (v2.4.0) NB. Stack size under Windows is a link-time setting, so the executable (java.exe) as created by Sun has this 256K limit built in. Windows @@ -44,11 +41,11 @@ Scala Environment Options * JAVACMD variable (Java command) - Scala default: java + Scala default: java (v2.x) * JAVA_OPTS variable (Java options) - Scala default: -Xmx256M -Xms16M + Scala default: -Xmx256M -Xms16M (v2.x) Resources @@ -95,4 +92,4 @@ Garbage Collection http://java.sun.com/j2se/1.5.0/docs/guide/vm/gc-ergonomics.html -mics/20-Apr-2007 +$Id$ -- cgit v1.2.3