List of All Variables in MetaMinerServer.ini¶
In this section you find the full list of MMTE Server system variables which you can use in MetaMinerServer.ini to fine-tune the way MMS runs in your environment:
| System Variable Name | Default Value | Description |
|---|---|---|
| working.directory | . | Relational path (from the folder where the MetaMinerServer.ini file is located) to use as a working directory when running MMTE Server. |
| vm.location | ..\jre\bin\server\jvm.dll | Java Virtual Machine (JVM) dynamic library (jvm.dll) to use for starting MMTE Server. Includes a relational path from the folder where the MetaMinerServer.ini file is located. |
| classpath.1 | lib*.jar | There can be any number of classpath variables. |
| service.class | xyz.Main | For internal use, do not touch. |
| service.id | MetaMiner | For internal use, do not touch. |
| service.name | MetaMiner Service | Name of the main MetaMiner service as it will be displayed in Computer Management tools. |
| service.description | Infolytik MetaMiner | Description of the main MetaMiner service as it will be displayed in Computer Management tools. |
| single.instance | process | Ensures that only a single copy of MMS can run. For internal use, do not touch. |
| process.priority | below_normal | The optimal system priority of the MMS process. Actual priority at some particular moment may vary. For internal use, do not touch. |
| log | logs\server.start.log | MMS loader wrapper log. |
| vmarg.* | Special group of variables, see VMARG System Variables |
See Also