Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleNote
up.time 7.1 and later have this configured automatically so you will not need to apply it.  If missing from the configuration then contact uptime Support to review.

Setting the -server Java option will enable the up.time core to use the server JVM, which has enhanced performance and stability for applications that stay running for long periods of time (such as up.time).  To enable the -server option, complete the following steps for the appropriate Operating System:

...

titleNote

...

Unix Systems

  • Stop the up.time core: # /etc/init.d/uptime_core stop
  • Edit the /uptime.lax file and change the following line:
    • From: lax.nl.java.option.additional=-Djava.library.path=/usr/local/uptime/bin
    • To: lax.nl.java.option.additional=-server -Djava.library.path=/usr/local/uptime/bin
  • Start the up.time core: # /etc/init.d/uptime_core start

...