Guardian@JUMPERZ.NET :

Startup

Prev Next

Run Guardian@JUMPERZ.NET as follows from the command line.

>java net.jumperz.app.MGuardian.MGuardian YOUR_CONFIG_DIRNAME


Replace "YOUR_CONFIG_DIRNAME" to the directory that contains configuration files. If your configuration files are located in "/etc/guardian", it would be as follows.

>java net.jumperz.app.MGuardian.MGuardian /etc/guardian


Use "Xms" and "Xmx" options to increase the Java heap memory if needed. By default, maximum heap size is 64MB. If you want to increase this value to 200MB, use "Xmx" option as follows. See "java --help" for more on these options.

>java -Xmx200M net.jumperz.app.MGuardian.MGuardian /etc/guardian


Guardian@JUMPERZ.NET