Re: [h2] Re: h2 process dies frequently on redhat

2017-03-23 Thread Thomas Mueller Graf
Hi,

I didn't know about the -Xrs option. But I would be careful, because
according to
http://stackoverflow.com/questions/34951812/why-does-xrs-reduce-performance
this might reduce performance.

I used nohup for testing H2 on a Raspberry Pi; it worked for me.

Regards,
Thomas


On Thu, Mar 23, 2017 at 8:51 AM, Manfred Rosenboom  wrote:

> If you want to run a JVM as server process you must use the -Xrs option
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to h2-database+unsubscr...@googlegroups.com.
> To post to this group, send email to h2-database@googlegroups.com.
> Visit this group at https://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


[h2] Re: h2 process dies frequently on redhat

2017-03-23 Thread Manfred Rosenboom
If you want to run a JVM as server process you must use the -Xrs option

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.