Created
July 22, 2015 09:06
-
-
Save robvanoostenrijk/99875a3207443ab11119 to your computer and use it in GitHub Desktop.
Tridion: jvm.xml format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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