summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-13 12:01:37 -0400
committerSeth Tisue <seth@tisue.net>2015-07-13 12:01:37 -0400
commit05cf32c55f6c8b74920a8a059831e9593e3ab233 (patch)
tree1cbb0f41ae8ece076b250a7f2077b8ac6f2d8dce /README.md
parent02c3bac0b2c534ff8a8bbdb544034bf68a0be334 (diff)
downloadscala-05cf32c55f6c8b74920a8a059831e9593e3ab233.tar.gz
scala-05cf32c55f6c8b74920a8a059831e9593e3ab233.tar.bz2
scala-05cf32c55f6c8b74920a8a059831e9593e3ab233.zip
remove -XX:MaxPermSize=128M; it doesn't exist in Java 8
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cc7e98b0e..fc73de2273 100644
--- a/README.md
+++ b/README.md
@@ -178,7 +178,7 @@ We typically alias `build/quick/bin/scalac -d sandbox` to `qsc` and `build/quick
Note: on most machines this requires more heap than is allocate by default. You can adjust the parameters with ANT_OPTS. Example command line:
```
-ANT_OPTS = "-Xms512M -Xmx2048M -Xss1M -XX:MaxPermSize=128M" ant docs
+ANT_OPTS = "-Xms512M -Xmx2048M -Xss1M" ant docs
```
- `ant dist` builds a distribution in 'dists/latest'.