1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 16:17:09 +02:00
parkervcp-pterodactyl-eggs/database/nosql/mongodb/README.md

22 lines
667 B
Markdown
Raw Normal View History

2022-10-29 14:49:02 +02:00
# MongoDB
2020-09-29 05:46:33 +02:00
## From their [Website](https://www.mongodb.com/)
MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.
2022-09-27 15:24:26 +02:00
### MongoDB free monitoring.
To disable the message about free monitoring you can run `db.disableFreeMonitoring()`.
## Minimum RAM warning
2020-09-29 05:46:33 +02:00
MongoDB requires approximately 1GB of RAM per 100.000 assets. If the system has to start swapping memory to disk, this will have a severely negative impact on performance, and should be avoided.
## Server Ports
2020-09-29 05:46:33 +02:00
Ports required to run the server in a table format.
| Port | default |
|---------|---------|
| Server | 27017 |