|
Re: Any way to cut down on memory footprint?: msg#00451lang.scala
Eric Willigers <ewilligers@xxxxxxxxx> writes: > Remember to add the Scala runtime JAR to the classpath when executing > compiled Scala using "java" instead of "scala":- > > java -Xmx500M -cp .;scala-library.jar TestMemoryUsage Incidentally, the normal tool scripts lets you pass arguments via the "JAVACMD" environment variable. For example: JAVACMD="java -Xmx500M" scala TestMemoryUsage -Lex |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Another nit: 00451, Lex Spoon |
|---|---|
| Next by Date: | Trouble with intersection types: 00451, Miles Sabin |
| Previous by Thread: | Re: Any way to cut down on memory footprint?i: 00451, Eric Willigers |
| Next by Thread: | Brace style bias?: 00451, Miles Sabin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |