Skip to content

Commit

Permalink
dist: change Scylla memory allocation to 250M
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Apr 12, 2022
1 parent 94f1ce6 commit fcee6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/scripts/scyllamgr_setup
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if command -v scylla_setup > /dev/null && [[ ${SETUP_SCYLLA} == 1 ]]; then
f=/etc/sysconfig/scylla-server
fi
if [[ "$f" != "" ]]; then
sed -i -e 's/^SCYLLA_ARGS=.*/SCYLLA_ARGS="--memory 100M --log-to-syslog 0 --log-to-stdout 1 --default-log-level info --network-stack posix"/g' ${f}
sed -i -e 's/^SCYLLA_ARGS=.*/SCYLLA_ARGS="--memory 250M --log-to-syslog 0 --log-to-stdout 1 --default-log-level info --network-stack posix"/g' ${f}
fi
fi

Expand Down

0 comments on commit fcee6cc

Please sign in to comment.