File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ We typically alias `build/quick/bin/scalac -d sandbox` to `qsc` and `build/quick
178
178
Note: on most machines this requires more heap than is allocate by default. You can adjust the parameters with ANT_OPTS. Example command line:
179
179
180
180
```
181
- ANT_OPTS = "-Xms512M -Xmx2048M -Xss1M -XX:MaxPermSize=128M " ant docs
181
+ ANT_OPTS = "-Xms512M -Xmx2048M -Xss1M" ant docs
182
182
```
183
183
184
184
- ` ant dist ` builds a distribution in 'dists/latest'.
Original file line number Diff line number Diff line change 117
117
118
118
# last arg wins, so if JAVA_OPTS already contains -Xmx or -Xms the
119
119
# supplied argument will be used.
120
- # At this writing it is reported test/partest --all requires 108m permgen.
121
- JAVA_OPTS=" -Xmx1024M -Xms64M -XX:MaxPermSize=128M $JAVA_OPTS "
120
+ JAVA_OPTS=" -Xmx1024M -Xms64M $JAVA_OPTS "
122
121
123
122
# the ant task doesn't supply any options by default,
124
123
# so don't do that here either -- note that you may want to pass -optimise
You can’t perform that action at this time.
0 commit comments