Versions Compared

Key

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

Table of contents

...

Warning

In X-Road 7, the /etc/xroad/services/local.properties file must have one environment variable per line and the properties related to the variable cannot be splitted over multiple lines using "\".

Code Block
titleSupported
XROAD_SIGNER_PARAMS=-Xms50m -Xmx200m
XROAD_PROXY_PARAMS=-Xms200m -Xmx2000m


Code Block
titleNot supported
XROAD_SIGNER_PARAMS=-Xms50m \
-DXmx200mXmx200m
XROAD_PROXY_PARAMS=-Xms200m \
-Xmx2000m


...

Security Server can now be installed with the message log addon disabled. When the message log addon is disabled, no messages are logged and no timestamping service is needed. This is an optional step during the installation, but default the addon is still installed. 

Information on how to disable the addon is available at:

...