mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Added warning
This commit is contained in:
parent
0baa5cb236
commit
0e72302e88
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ math: false
|
|||
medium_enabled: false
|
||||
---
|
||||
|
||||
*Warning: This technique does not work for the older Docker Compose v3*
|
||||
|
||||
One of my web services utilizes MongoDB as the database backend. It lives on one of the smaller sized virtual private servers with only 1GB of RAM and 1 CPU. Every so often I encounter a scenario where MongoDB is taking all of the sytem resources, so I started looking into how to limit it.
|
||||
|
||||
First, we can set some limits to container in general within docker-compose.
|
||||
|
|
Loading…
Reference in a new issue