In some cases you will need to provide MetaMiner with specialized, advanced configuration settings in order to maximize its throughput and guarantee that your environment metadata is fully managed.
This section provides details on those settings.
Warning
It is not recommended to touch these system variables if you do not understand well how they work!
By default, this feature is disabled, and advanced server settings are not available. MetaMiner Administrator runs with pre-built default settings.
In order to enable this feature:
1. | Open Windows Explorer, My Computer, FAR Manager or any other file/folder management tool. |
2. | Navigate to <METAMINER PROGRAM FILES FOLDER>\Server\Support |
3. | Copy the file MetaMinerAdmin.ini file one level up, to <METAMINER PROGRAM FILES FOLDER>\Server: |
4. | Close and open again MetaMiner Administrator. |
Now MetaMiner Administratr counts the advanced settings specified in the <METAMINER PROGRAM FILES FOLDER>\Server\MetaMinerAdmin.ini file.
MetaMinerAdmin.ini is a plain text initial file. Each line of it contains one MetaMiner system variable, a comment, or is empty.
Find the list of all MetaMiner system variables.
Sample MetaMinerAdmin.ini:
working.directory=.
vm.location=..\jre\bin\server\jvm.dll
vmarg.1=-Xms128m
vmarg.2=-Xmx256m
vmarg.3=-Dfile.encoding=utf8
classpath.1=lib\*.jar
classpath.2=lib\xi3\*.jar
classpath.3=lib\jdbc\*.jar
classpath.4=.
main.class=xyz.AdminMain
single.instance=process
log=logs\admin.start.log
See also
MetaMiner Client System Variables