diff options
author | Valery Piashchynski <[email protected]> | 2021-05-27 13:48:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-27 13:48:12 +0300 |
commit | d9b0deec24bd2361a46cbb642bcdbd0d33fc86d3 (patch) | |
tree | 40efdfbcf0e6932de34f21b409a0a7c89cf9a547 | |
parent | 1c7c79ffc50721f586c582356d04fd826fc74811 (diff) |
- remove memory and cpu limits from the docker-compose.yaml
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | tests/docker-compose.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/docker-compose.yaml b/tests/docker-compose.yaml index a8e8a7c5..67d5476b 100644 --- a/tests/docker-compose.yaml +++ b/tests/docker-compose.yaml @@ -7,8 +7,5 @@ services: - "0.0.0.0:11211:11211" redis: image: redis:6 - mem_limit: 16384m - mem_reservation: 2048M - cpus: 8 ports: - "6379:6379" |