Skip to content

Commit

Permalink
fix(docker-compose.yaml): increase memory limit to avaoid hitting scy…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kropachev authored and sylwiaszunejko committed Jul 18, 2023
1 parent d522c40 commit 0ef91ee
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 0ef91ee

Please sign in to comment.