smiklosovic commented on code in PR #4016:
URL: https://github.com/apache/cassandra/pull/4016#discussion_r2018264052
##########
conf/cassandra-env.sh:
##########
@@ -56,12 +56,14 @@ calculate_heap_sizes()
heap_limit="31744"
fi
half_system_memory_in_mb=`expr $system_memory_in_mb / 2`
+ quarter_system_memory_in_mb=`expr $system_memory_in_mb / 4`
if [ "$half_system_memory_in_mb" -gt "$heap_limit" ] ; then
CALCULATED_MAX_HEAP_SIZE="${heap_limit}M"
CALCULATED_CMS_HEAP_NEWSIZE="8G"
Review Comment:
not completely sure what to do in this branch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]