Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
I get the following error while setting the row cache to be 1500 MB
INFO 23:27:25,416 Initializing row cache with capacity of 1500 MBs and provider org.apache.cassandra.cache.SerializingCacheProvider
java.lang.OutOfMemoryError: Java heap space
Dumping heap to java_pid26402.hprof ...
havent spend a lot of time looking into the issue but looks like SC constructor has
.initialCapacity(capacity)
.maximumWeightedCapacity(capacity)
which 1500Mb