Tagged Questions
1
vote
2answers
66 views
How to use extra RAM of my box on existing java app ( not exposing it to GC ) or to a third party tool I use?
These days we have lots of cheap RAM available but we cant use it as it causes huge garbage collection and halting the application which is not desirable.
When I was reading Terracotta; I felt that ...
2
votes
5answers
221 views
How can I allocate 8 GB ( not 1 GB ) RAM to my JDK on windows
JDK on Windows takes max around 2 GB RAM. Even if we allocate more RAM to our JDK; it doesnt take it. If I need to run a process which need 8 GB RAM on Windows; how can I achieve it ?
Do we have any ...
11
votes
4answers
2k views
What would you recommend for a large-scale Java data grid technology: Terracotta, GigaSpaces, Coherence, etc?
I've been reading up on so-called "data grid" solutions for the Java platform including Terracotta, GigaSpaces and Coherence. I was wondering if anyone has real-world experience working any of these ...