How do I increase ulimit for mongo db ?

Linode Staff

Having issues increasing ulimit for mongo db recommendations. Can you provide any assistance?

1 Reply

You can read about ulimit Settings and the commands to manage them in more detail, here.

For reference, you can use the ulimit command at the system prompt to check system limits, as in the following example:

$ ulimit -a

You can change ulimit settings by issuing a command in the following form:

$ ulimit -n <value>

We hope that helps. Please let us know if that worked for you!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct