java.lang.AssertionError: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: An attempt was made to allocate more off-heap memory than the JVM can allow. The limit on off-heap memory size is given by the -XX:MaxDirectMemorySize command (or equivalent).
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Terracotta by suvigy, 1 year ago
java.lang.IllegalArgumentException: An attempt was made to allocate more off-heap memory than the JVM can allow. The limit on off-heap memory size is given by the -XX:MaxDirectMemorySize command (or equivalent).
at com.terracottatech.offheapstore.paging.UpfrontAllocatingPageSource.
(UpfrontAllocatingPageSource.java:118) at com.terracottatech.offheapstore.paging.UpfrontAllocatingPageSource.
(UpfrontAllocatingPageSource.java:96)