Mina Naguib created CASSANDRA-5562:
--------------------------------------

             Summary: sstablescrub should respect MAX_HEAP_SIZE
                 Key: CASSANDRA-5562
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5562
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.1.11
            Reporter: Mina Naguib
            Priority: Minor


sstablescrub has Xmx hardcoded to 256MB.  This is not enough to load the bloom 
filters in my installation and causes an OOM.

Since it's meant to be run offline, the memory usually allocated to the daemon 
can be safely given to the tool.

Attached is a patch that makes it respect $MAX_HEAP_SIZE (with fallback to 
256MB if not defined)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to