Skip to content

Instantly share code, notes, and snippets.

@robvanoostenrijk
Created July 22, 2015 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robvanoostenrijk/99875a3207443ab11119 to your computer and use it in GitHub Desktop.
Save robvanoostenrijk/99875a3207443ab11119 to your computer and use it in GitHub Desktop.
Tridion: jvm.xml format
<VirtualMachine>
<Options>
<Option Name="-Xmx" Value="1024M" />
<Option Name="-Dfile.encoding" Value="UTF-8" />
<Option Name="-Djava.io.tmpdir" Value="D:\Temp" />
<Option Name="-Xms" Value="50M" />
</Options>
<Classpath>
<Include LibraryPath="D:\Apps\Tridion\lib" />
<Include LibraryPath="D:\Apps\ActiveMQ\lib" />
</Classpath>
</VirtualMachine>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment