Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
ramkin-config.properties
ramkin-config.properties
ramkin-config.properties:

  • greenlight.notes.id.filename:notes id file (filename only)
  • greenlight.notes.id.password:notes id password (unencoded)
  • greenlight.logs.path:path to the log folder
  • greenlight.heartbeat.filename:the filename of the GreenLight heartbeat file
  • greenlight.timezone.substitution.<TIMEZONE>:used to replace IBM Domino time zone names with standard UTC values. For example "greenlight.timezone.substitution.CEDT=+0200" will replace CEDT in date/time strings with +0200. It is also possible to replace one timezone with another, such as "greenlight.timezone.substitution.CEDT=CEST"All other values should be left untouched unless it is recommended by panagenda GreenLight's support stuff.

 

Anchor
quartz.properties
quartz.properties
quartz.properties:

  • org.quartz.threadPool.threadCount: the number of threads that are available for concurrent execution of sensors. For Example "org.quartz.threadPool.threadCount=10"
  • org.quartz.jobStore.misfireThreshold: the number of milliseconds the scheduler will "tolerate" a sensor to pass its next-fire-time by, before being considered "misfired". For Example "org.quartz.jobStore.misfireThreshold = 60000"

 
 

Anchor
tomcat7
tomcat7
tomcat7:

  • STATIC_XMX:maximum java heap size (or memory available to tomcat)here you can modify the value which is usually calculated automatically by the system. A modification of this value, for example, makes sense for systems with a lot of memory. Possible values are for example "512MB", "1GB"
  • STATC_XMS:initial java heap size (maximum see bullet point above)
  • ADD_JAVA_OPTS:Additional options for the JVM of Tomcat. Example value: "-XX:+UserParallelGC"

...