Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use offheap storage for clustered map #123

Open
albinsuresh opened this issue Jul 29, 2016 · 0 comments
Open

Use offheap storage for clustered map #123

albinsuresh opened this issue Jul 29, 2016 · 0 comments

Comments

@albinsuresh
Copy link
Contributor

The current version of clustered map stores its state in an on-heap map. Which would mean that the server's heap is used for storing the state(metadata from a user's perspective, may be) of entities as well. This is probably not something that we want for the long term. Especially once restartability support gets added to the server this would definitely need to be changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant