HackerTrans
TopNewTrendsCommentsPastAskShowJobs

osi

no profile record

comments

osi
·il y a 10 ans·discuss
yes, exactly this. and by having scalable GC algos so you don't need to do "off heap" tricks in java, things are much easier.
osi
·il y a 10 ans·discuss
Look at what Erlang's BEAM VM does. It has per-"process" heaps iirc.
osi
·il y a 10 ans·discuss
Where is the data kept?

The very large heaps are partially driven by distributed in-memory storage systems.
osi
·il y a 11 ans·discuss
My mean pauses are a few hundred micros. Standard deviation is slightly more (300-500 micros), with a max of a millisecond or two.
osi
·il y a 11 ans·discuss
To clarify, Azul's Zing does have pauses, but they optimized the crap out of them (the pauses are more time-to-safepoint rather than GC pauses). GC time wrt application stopped time is constant regardless of heap size.

(I'm an Azul customer and Zing user)