Skip to content

Commit

Permalink
Merge pull request #128 from dkropachev/dk/fix-intergration-sh
Browse files Browse the repository at this point in the history
fix(docker-compose.yaml): increase memory limit to avoid hitting #126
  • Loading branch information
avelanarius authored Jun 27, 2023
2 parents d522c40 + f325aa5 commit 8bf4a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
node_1:
image: ${SCYLLA_IMAGE}
privileged: true
command: --smp 2 --memory 512M --seeds 192.168.100.11 --overprovisioned 1
command: --smp 2 --memory 768M --seeds 192.168.100.11 --overprovisioned 1
networks:
public:
ipv4_address: 192.168.100.11
Expand Down

0 comments on commit 8bf4a23

Please sign in to comment.