# This is the installation configuration file. # This is used to configure initial startup of the application. # # All properties are optional, and if defined, each line must not contain redundant whitespace # To enable/disable a property, remove/add the # sign (# means comment) # Make sure no enabled properties have unnecessary spaces before the equals sign. # This is an optional manually-specified Java VM installation folder. # It should contain bin\javaw.exe, and should be Java version 1.5 or 1.6 #JVM_DIR=C:\Program Files\Java\jdk1.6.0_04 # This is an optional manually-specified max memory cap for the Java VM, an integer specifying the # megabytes to allow the JVM. Must be at least 64. # If unspecified, 75% of physical RAM will be used as the cap. #MAX_MEMORY_MB=300 # Optional property specifying additional space-separated JVM options. Default is blank. # Example which enables "heap dump on out of memory", which generates files such as # "java_pid4972.hprof" in the program folder, for submitting to Visokio for analysis # (requires Java 1.5.0_07+ or Java 6): # # To customise the scheduler configuration file, uncomment and add the following: # -DschedulerConfigLocation="%USERPROFILE%\scheduler\config.xml" # # Any additional Java parameters must be the same both in here and # wrapper.conf (# Java Additional Parameters section) # # For example, if your ADDITIONAL_JVM_ARGS in the this file looks like this: # # ADDITIONAL_JVM_ARGS=-Dvisokio.disableCustomProxySelector=true -DenableProxyDebug=true # # Then in the wrapper.conf, Java Additional Parameters section would look like this: # # wrapper.java.additional.1=-Dvisokio.disableCustomProxySelector=true # wrapper.java.additional.2=-DenableProxyDebug=true # # WARNING: if you are using the service, you must read the above comments before changing this. ADDITIONAL_JVM_ARGS=-Dvisokio.disableCustomProxySelector=true -DenableProxyDebug=true -Dvisokio.disableSystemProxies=true # Optional property which if true causes output to be redirected to # "Visokio_output_log.txt" in My Documents (requires use of Omniscope_debug.exe) #LOG_TO_MY_DOCUMENTS=true # Optional property which, if true, disables the default heap tuning parameters # which at time of writing are -Xms64M -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=30 #DISABLE_DEFAULT_HEAP_OPTIONS=true # Optional property which, if set, appends to the java classpath #APPEND_CLASSPATH=... # Property which determines whether Omniscope will run in 64-bit or 32-bit mode. # Value: "true" or "false" (default: false) # Ignored on a 32-bit system. On a 64-bit system, you have the choice of running # in 64-bit mode (allowing the full utilisation of installed memory, but with # some features disabled), or 32-bit (full functionality, but capped at c. 1GB memory). # If changing when licensed, you must deactivate, make the change, then reactivate. #ENABLE_64_BIT_MODE=false # This setting enables launching Omniscope using the Java Invocation API and jvm.dll. # This is available only for 32-bit installations and may not work on Windows 7. # To enable, uncomment this line: #USE_INVOCATION_API=true ENABLE_64_BIT_MODE=false