Hello, we are having a problem that I imagine is due to some basic configuration that I might be missing. Currently, I am using version 6 of MongoDB and migrating to version 8. I am experiencing a behavior where, in version 8, MongoDB utilizes all the machine’s memory, and when it reaches the limit, the MongoDB service stops. In version 6, the same query and the same database do not cause this issue.
I have already checked the ‘allowDiskUse: true’ variable in the query and also the ‘storage: wiredTiger: engineConfig: cacheSizeGB: 12’ variable properly configured, but without success. The service still crashes. Do you have any tips for adjustments?
Skip to main content
New & Unread Topics
Topic | Replies | Views | Activity |
---|---|---|---|
Planning MongoDB Replica Set upgrade 4.4.18 to 6.0.15 | 1 | 688 | May 2024 |
MongoDB log is flooded with SSL error warnings | 0 | 327 | Jul 2024 |
Why does mongo need access to file-nr? | 0 | 24 | Nov 2024 |
Clarification on “Connect to MongoDB Instances Using Encryption” with Recent MongoDB Versions | 1 | 68 | Nov 2024 |
Getting ECONNREFUSED 127.0.0.1:27017 | 5 | 78 | Feb 20 |