Exist: Fix wrapper issues

Created on 3 Oct 2016  路  4Comments  路  Source: eXist-db/exist

  • Settings chosen on install time, eg max_memory, is not reflected in tools/yajsw/conf/wrapper.conf making the db be run with default memory allocation, currently 1024 MB by the wrapper.
  • No dynamic wrapper.conf settings at all from template wrapper.conf.install were expanded on unix platforms.
  • The wrapper is always running as a privileged user eventhough eXist-db can be run as non-privileged user if specified in tools/yajsw/conf/wrapper.conf.
  • Documentation is still referring to the old service wrapper so clients have problem installing the wrapper at all.
bug

Most helpful comment

Both the bug, max_memory, and the feature, to run wrapper as non-privileged user under systemd are addressed in #1141. Documentation is updated with https://github.com/eXist-db/documentation/pull/78.

All 4 comments

Both the bug, max_memory, and the feature, to run wrapper as non-privileged user under systemd are addressed in #1141. Documentation is updated with https://github.com/eXist-db/documentation/pull/78.

thnx!

Thanks :-)

+1! Thanks @ljo!

Was this page helpful?
0 / 5 - 0 ratings