My MongoDb instance is crashing
ccesin
HOBBYOP
a year ago
This is in tha log:
node:events:496
throw er; // Unhandled 'error' event
^Error: ENOSPC: no space left on device, write
Emitted 'error' event on MongoLogWriter instance at:
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {errno: -28,
code: 'ENOSPC',
syscall: 'write'
}
Node.js v20.12.2
error: unexpected "js-yaml.js" output while parsing config:
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
a year ago
You were on the trial plan when you deployed MongoDB, and thus, your volume was limited to 500MB. MongoDB can not happily run with only 500MB, so since upgrading to the Hobby plan for access to 5GB volumes, go into the volume settings to grow it to 5GB.
Status changed to Solved brody • over 1 year ago