Torsion wrote:
> On Sep 17, 2:34 pm, "Thomas Mueller" <[EMAIL PROTECTED]>
> wrote:
>>> What are the in-memory db size limitations?  Also for in-memory BLOBS?
>> Of course it depends on the amount of memory you have allocated to the
>> Java process. You can set that using "java -Xmx1024m". Unfortunately
>> Java uses quite a lot of memory. I can't give you a formula if you are
>> looking for that. The easiest and best solution is you try it out.
> 
> It at least won't be higher than the 2G for the whole JVM itself,
> right?

Just add Terracotta :-D
I'm actually considering an experiment along those lines, but I guess the
access patterns of the in-memory data structures would not be pretty, e.g.
during full table scans.
However it would certainly be an interesting thing to try instead of
running a networked server..

-h

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to