Re: [h2] java.lang.OutOfMemoryError: Java heap space problem with runscript

2014-05-19 Thread Noel Grandin
try turning on -XX:+HeapDumpOnOutOfMemoryError and then running the resulting memory dump through something like eclipse MAT http://www.eclipse.org/mat/ On 2014-05-18 06:41, Franco Gastón Pellegrini wrote: Exception in thread AWT-EventQueue-0 java.lang.OutOfMemoryError: Java heap space

[h2] How do Ic clear a flag ? (Integer field used as bitwise flag field)

2014-05-19 Thread Thomas
Usuually it is easy to clear flags: flag = flag ~mask; However, I miss the bitwise functions and ~. I even thought about converting to a binary string and replace the x.th position by zero ad converting back to Integer. However, this is also not possible quickly - no way to convert to

Re: [h2] CreateCluster replication speed

2014-05-19 Thread nfogh
Hi Thomas Is it possible to do a copy of the source database files to the target server (via FTP or other means). Then start H2 on both servers, and enable clustering? Would there be any issues with that? Best regards On Monday, April 14, 2014 8:51:17 PM UTC+2, Thomas Mueller wrote: Hi,

[h2] How/Where does H2 Encrypt the Data?

2014-05-19 Thread Eric Harney
How does H2 encrypt the data? Are the files on the Filesystem themselves encrypted or are the tables/pages in the tablespace encrypted? Or is it maybe a more involved row/column-based encryption? -- You received this message because you are subscribed to the Google Groups H2 Database group.