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=-DXms50mXms50m -DXmx200mXmx200m
XROAD_PROXY_PARAMS=-DXms200mXms200m -DXmx2000mXmx2000m


Code Block
titleNot supported
XROAD_SIGNER_PARAMS=-DXms50mXms50m \
-DXmx200m
XROAD_PROXY_PARAMS=-DXms200mXms200m \
-DXmx2000mXmx2000m


2.1.2 Steps to migrate the service configuration

...

Code Block
languagebash
title/etc/xroad/service/local.properties
XROAD_SIGNER_PARAMS=-DXms50mXms50m -DXmx200mXmx200m

        3. After the variables have been migrated, we can delete the old configuration file e.g. rm /etc/xroad/services/local.conf, and restart the services/server.

...

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:

...