MetaMiner Client advanced variables are stored in the initial file MetaMiner.ini located in the directory <METAMINER PROGRAM FOLDER>\Client.
MetaMiner.ini is a plain text initial file. Each line of it contains one MetaMiner Client system variable, a comment, or is empty.
Find the list of all MetaMiner system variables.
Warning
It is not recommended to touch these system variables if you do not understand well how they work!
A sample MetaMiner.ini file:
working.directory=.
vm.location=..\jre\bin\server\jvm.dll
classpath.1=lib\*.jar
classpath.2=lib\jide\*.jar
classpath.3=lib\kryo\*.jar
classpath.4=lib\rsyntaxarea-2.5.1\*.jar
classpath.5=.
main.class=xyz.ClientMain
splash.image=res\splash_metaminer.jpg
log=logs\client.start.log
vmarg.1=-XX:StringTableSize=100007
vmarg.2=-Dfile.encoding=utf8
vmarg.3=-Dlogback.configurationFile=MetaMiner.logback.xml
vmarg.4=-XX:-OmitStackTraceInFastThrow
vmarg.5=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5006
vmarg.6=-Dcom.sun.management.jmxremote
vmarg.7=-Dcom.sun.management.jmxremote.port=8086
vmarg.8=-Dcom.sun.management.jmxremote.ssl=false
vmarg.9=-Dcom.sun.management.jmxremote.authenticate=false
vmarg.10=-XX:+HeapDumpOnOutOfMemoryError
; !! NOTE !! The arguments above should NOT be modified under any circumstance without consulting Infolytik Support !!
; !! NOTE !! But if you do plan to modify/add new arguments BELOW this line, you should still consult us! ;)
vmarg.11=-Xms768m
vmarg.12=-Xmx1024m
See also
MetaMiner Server System Variables
MetaMiner Administrator System Variables