How to resolve Mongodb startup warnings while booting
Anonymous
TRIALOP

3 years ago

I get the warnings when I connect my mongodb database wih mongoose

The server generated these startup warnings when booting

2023-11-20T08:05:13.933+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem

2023-11-20T08:05:14.919+00:00: You are running on a NUMA machine. We suggest launching mongod like this to avoid performance problems: numactl --interleave=all mongod [other options]

2023-11-20T08:05:14.919+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never'

2023-11-20T08:05:14.920+00:00: vm.max_map_count is too low

how to resolve it?

0 Replies

Welcome!

Sign in to your Railway account to join the conversation.

Loading...