Changes between Version 7 and Version 8 of Doc/compiler/running


Ignore:
Timestamp:
Mar 7, 2007, 3:03:50 PM (19 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Charles Loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/compiler/running

    v7 v8  
    4343where {{{...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.
    4444
    45 == Adjusting the Java Virtual Machine Parameters ==
     45== Java Virtual Machine Parameters ==
    4646
    4747The 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.