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
when running mongod instance via default container settings docker run mongo -d, server outputs those warnings:
2015-04-17T16:48:45.059+0000 I CONTROL [initandlisten]
2015-04-17T16:48:45.059+0000 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2015-04-17T16:48:45.059+0000 I CONTROL [initandlisten] ** We suggest setting it to 'never'
2015-04-17T16:48:45.059+0000 I CONTROL [initandlisten]
2015-04-17T16:48:45.059+0000 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
2015-04-17T16:48:45.059+0000 I CONTROL [initandlisten] ** We suggest setting it to 'never'
2015-04-17T16:48:45.059+0000 I CONTROL [initandlisten]
I think official mongo docker container should not have such warnings in default settings.
The text was updated successfully, but these errors were encountered:
when running mongod instance via default container settings
docker run mongo -d
, server outputs those warnings:I think official mongo docker container should not have such warnings in default settings.
The text was updated successfully, but these errors were encountered: