summaryrefslogtreecommitdiff
path: root/docs/development/jvm.txt
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-04-20 14:08:37 +0000
committermichelou <michelou@epfl.ch>2007-04-20 14:08:37 +0000
commit9b213546357cf01f094d003aae20117acac4e848 (patch)
tree0f8a00959789dc205c67c42e3b99b041305bb0e1 /docs/development/jvm.txt
parent78c3aae6737a9739c67e8821c44966159c430565 (diff)
downloadscala-9b213546357cf01f094d003aae20117acac4e848.tar.gz
scala-9b213546357cf01f094d003aae20117acac4e848.tar.bz2
scala-9b213546357cf01f094d003aae20117acac4e848.zip
svn:keywords
Diffstat (limited to 'docs/development/jvm.txt')
-rw-r--r--docs/development/jvm.txt9
1 files changed, 3 insertions, 6 deletions
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$