This is related to running H2 in-memory.

Out of curiosity, has anyone used H2 database disk stored on /dev/shm? This 
built-in RAM drive (shared memory) is part of the 2.6+ Linux Kernel builds 
and is available on most Linux distros. This would probably be more scalable 
in terms of DB size than using the H2 in-memory driver - as the data will be 
out of the JVM heap but still in the OS memory.

Info on /dev/shm + Java: 
http://javaforu.blogspot.com/2011/09/ram-disk-is-already-in-linux-and-nobody.html

Ashwin.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/h2-database/-/l61nP0gbLqEJ.
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