Configuring JVM options example
The following is an example from the dtx.ini file:
...
[External Jar File]
jar1=c:\MyApp\libs\myapp.jar
jar2=c:\MyApp\classes
[JVM Options]
option1=-Xms200m
option2=-Xmx300m
[JNI Layer Trace]
switch=on
file=c:\dtxjpi.log
...