summaryrefslogtreecommitdiff
path: root/tests/docker-compose.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-05-27 00:09:33 +0300
committerValery Piashchynski <[email protected]>2021-05-27 00:09:33 +0300
commitdc3c5455e5c9b32737a0620c8bdb8bda0226dba7 (patch)
tree6ba562da6de7f32a8d528b72cbb56a8bc98c1b30 /tests/docker-compose.yaml
parentd2e9d8320857f5768c54843a43ad16f59d6a3e8f (diff)
- Update all main abstractions
- Desighn a new interfaces responsible for the whole PubSub - New plugin - websockets Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/docker-compose.yaml')
-rw-r--r--tests/docker-compose.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/docker-compose.yaml b/tests/docker-compose.yaml
index 67d5476b..a8e8a7c5 100644
--- a/tests/docker-compose.yaml
+++ b/tests/docker-compose.yaml
@@ -7,5 +7,8 @@ services:
- "0.0.0.0:11211:11211"
redis:
image: redis:6
+ mem_limit: 16384m
+ mem_reservation: 2048M
+ cpus: 8
ports:
- "6379:6379"