Versions Compared

Key

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

...

ramkin-config.properties

Location
/opt/panagenda/appdata/volumes/gl/ramkin-config.properties

Notable Parameters

PropertyDescription
greenlight.notes.id.filenameLotus Notes ID file (filename only)
greenlight.notes.id.passwordLotus Notes ID password (unencoded)
greenlight.heartbeat.filenameFilename of the GreenLight heartbeat file
greenlight.scheduler.config.fileFilename of the scheduler (quartz) config file. Must start with 'file:/' eg. 'file:/D:\\panagenda\\GreenLight\\quartz.properties'
or 'file:/opt/panagenda/quartz.properties').

...

Additional Information
For details on quartz properties see http://www.quartz-scheduler.org/docs/configuration/ 


64bit Appliance - postgresql.conf

Location
/opt/postgres/conf/postgresql.conf 


recommended settings

4 GB Memory

ParameterValue

shared_buffers

1GB
work_mem24MB
effective_cache_size2GB
maintenance_work_mem

128MB

wal_buffers-1
checkpoint_segments32
checkpoint_completion_target0.8

...


8 GB Memory

ParameterValue

shared_buffers

2GB
work_mem48MB
effective_cache_size4GB
maintenance_work_mem

256MB

wal_buffers32
checkpoint_segments

64

checkpoint_completion_target

0.8

...

Location
/etc/default/tomcat7 


recommended settings

4 GB Memory

...

JAVA_OPTS="-server -Djava.awt.headless=true -Xms2048m -Xmx2048m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:InitialCodeCacheSize=64m -XX:ReservedCodeCacheSize=64m -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled"

 

 

 

...





***** old 32 Bit Appliance *****

...