Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

vm.location=../jre/bin/client/jvm.dll

The location of the jvm.dll (from the Java JRE). On 64 bit JRE's the path is ../jre/bin/server/jvm.dll

 
vmarg.<index>=-Xms512mInitial amount of memory available for FEWS 

vmarg.<index>=-Xmx1024m

Amount of memory available for FEWS

 
vmarg.<index>=-XX:MaxPermSize=128mSet PermSize (default 64m, which is sometimes too low and results into PermSize errors, this setting is ignored in JRE 8 and higher) 
vmarg.<index>=-Dsun.java2d.noddraw=trueturns on/off all usage of Direct3D 
vmarg.<index>=-Djava.net.useSystemProxies=trueUse the LAN system proxy settings (default FALSE) 
vmarg.<index>=-DautoRollingBarrel=false

 switch on/off the rolling barrel (default TRUE)

 

classpath.1=*.jar

all the jars in the Delft-FEWS bin dir forming the classpath

 

main.class=nl.wldelft.fews.gui.explorer.Application

 Main class.

  • for the config manager use

main.class=nl.wldelft.fews.configmanagement.ConfigManagementApplication

  • for the launcher use

main.class=nl.wldelft.fews.launcher.Launcher

 

 

working.directory=.

Location of the Delft-FEWS bin dir

 

arg.1=../Anglian_SA

Path to the folder containing the configuration. Note that when the tag $USER_HOME$ is part of the foldername, it will be resolved by Delft-FEWS to the user.home directory.

 

...