Skip to content

jerrinot/hugecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hugecast is an add-on enabling Off-Heap In-Memory Format in Hazelcast 3, Community Edition.

It's a highly experimental project aiming to reduce GC-introduced latency when huge data-sets are used in Hazelcast. It uses memory allocator from the Netty project, I take no credit for that. In the fact I probably introduced new bugs in the process of stripping-down the allocator.

It has been (poorly) tested against Hazelcast 3.1.2

Usage

Use the -XX:MaxDirectMemorySize=<n>G JVM option to specify a maximum capacity of your storage.

Disclaimer

I take no responsibility if it eats your data. It's a research project, if you want to use Off-Heap In-Memory Format in production, then I recommend you to use Hazelcast Enterprise Edition instead!

About

Hugecast - The Off-Heap Storage for Hazelcast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages