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 committed Jun 21, 2023
1 parent e38b2bc commit f325aa5
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 f325aa5

Please sign in to comment.