79541967

Date: 2025-03-28 16:48:04
Score: 1
Natty:
Report link

Like others have answered, it seems to be due to memory and CPU exhaustion.

If you use mongoosejs, set the maxPoolSize to something lower; 10 did it for me.

mongoose.createConnection(url, {
  dbName,
  maxPoolSize
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joachim Amoah