Changes between Version 7 and Version 8 of Doc/compiler/running
- Timestamp:
- Mar 7, 2007, 3:03:50 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/compiler/running
v7 v8 43 43 where {{{...options...}}} is replaced with valid options for the panc ant task. The full set of options can be found by looking at the javadoc information for the "org.quattor.pan.ant.PanCompilerTask" class in the javadoc distributed with the release. 44 44 45 == Adjusting theJava Virtual Machine Parameters ==45 == Java Virtual Machine Parameters == 46 46 47 47 The performance of the compiler can degrade markedly if there is not sufficient memory to do a particular compile and build. Moreover, the default memory allocation and vary wildly depending on how and when the compiler is invoked. Similarly, there are other options that may improve the performance of the compiler. For instance, it is usually advisable to use the "-server" option.