I could understand that with compressed oops , we can only use 32 GB of RAM. Is there someway i can use more than that like by allocating 2 heap or something ?
Thank
If I were in your shoes, I'd investigate each of the following:
Each of the above has the potential for solving your problem. Which is the most appropriate is really hard for us to say.
80% of space is eaten up by the references rather than the actual data.
This sounds rather extreme. It may be worth revisiting your data structures, with the emphasis on reducing the number of object references. I've done things along these lines in the past, but it's very hard to give specific recommendations without knowing your problem and the data structures you're currently using.