
PROPERTIESDIR=/opt/open-xchange/etc/groupware
COMMONPROPERTIESDIR=/opt/open-xchange/etc/common
LOGGINGPROPERTIES=/opt/open-xchange/etc/groupware/file-logging.properties
OSGIPATH=/opt/open-xchange/etc/groupware/osgi

# This properties sets the java options given to the groupware on start
JAVA_XTRAOPTS="-Dsun.net.inetaddr.ttl=3600 -Dnetworkaddress.cache.ttl=3600 -Dnetworkaddress.cache.negative.ttl=10 -Xmx512M -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC"

# Maximum number of open Files for the groupware
NRFILES="8192"

# Specify the umask of file permissions to be created by ox, e.g. in the
# filestore.
# BEWARE: setting a nonsense value like 666 will make open-xchange stop working!
#         useful values are 006 or 066
UMASK=066

