Skip to content

Commit

Permalink
Revert to using 16 vnodes
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Jan 30, 2025
1 parent 929dfee commit 465bbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
poetry run ccm node1 updateconf 'concurrent_reads: 4'
poetry run ccm node1 updateconf 'concurrent_writes: 4'
poetry run ccm node1 updateconf 'concurrent_counter_writes: 4'
poetry run ccm node1 updateconf 'num_tokens: 4'
# poetry run ccm node1 updateconf 'num_tokens: 4'
sed -i 's/#MAX_HEAP_SIZE="4G"/MAX_HEAP_SIZE="256m"/' ~/.ccm/test_cluster/node1/conf/cassandra-env.sh
sed -i 's/#HEAP_NEWSIZE="800M"/HEAP_NEWSIZE="200M"/' ~/.ccm/test_cluster/node1/conf/cassandra-env.sh
# remove the ThreadPriorityPolicy option for cases where we run with java 11
Expand Down

0 comments on commit 465bbfb

Please sign in to comment.