You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user follows our standard installation instructions, either using the one-liner, or following the manual steps, they will get these warning messages with MongoDB:
2017-02-01T23:10:31.846+0000 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2017-02-01T23:10:31.846+0000 I CONTROL [initandlisten] ** We suggest setting it to 'never'
2017-02-01T23:10:31.847+0000 I CONTROL [initandlisten]
2017-02-01T23:10:31.847+0000 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
2017-02-01T23:10:31.847+0000 I CONTROL [initandlisten] ** We suggest setting it to 'never'
2017-02-01T23:10:31.847+0000 I CONTROL [initandlisten]
2017-02-01T23:10:31.847+0000 I CONTROL [initandlisten] ** WARNING: soft rlimits too low. rlimits set to 4096 processes, 64000 files. Number of processes should be at least 32000 : 0.5 times number of files.
(NB Above is seen with CentOS 7.3. Ubuntu 14.04 will only have the first two warnings).
Should we:
(A) Update our installer script to set these values
(B) Update our documentation to recommend that the user changes these values
Thoughts?
The text was updated successfully, but these errors were encountered:
Yeah, we had discussions similar to that previously.
The general idea is that we provide minimal installation and more fine tuning like kernel, mongo, rabbit, postgres is out of scope, because it's possible to write a novel for optimizing each service/setting.
Even st2.conf has so many advanced options https://github.com/StackStorm/st2/blob/master/conf/st2.conf.sample.
So IMO if it blocks installation and minimally working st2, - we include the change in packaging/scripts, if it's "fine-tuning" - leave that for users.
I think updating the docs is a minimum, even if it is just to link to the MongoDB docs directly. The problem is the WARNING statement above - some users see it and freak out. The fewer distractions for users, the better.
(IIRC, there's something similar related to PostgreSQL/Mistral that probably needs following up)
If a user follows our standard installation instructions, either using the one-liner, or following the manual steps, they will get these warning messages with MongoDB:
(NB Above is seen with CentOS 7.3. Ubuntu 14.04 will only have the first two warnings).
Should we:
(A) Update our installer script to set these values
(B) Update our documentation to recommend that the user changes these values
Thoughts?
The text was updated successfully, but these errors were encountered: