Re: commons-daemon on windows, not honoring JvmMx setting?

2018-04-26 Thread Bernd Eckenfels
So how does the visible memory usage differ? Gruss Bernd -- http://bernd.eckenfels.net From: Alex O'Ree Sent: Thursday, April 26, 2018 9:00:24 PM To: Commons Users List Subject: Re: commons-daemon on windows, not honoring JvmMx setting? --Jvm pointed direct

Re: commons-daemon on windows, not honoring JvmMx setting?

2018-04-26 Thread Alex O'Ree
mmand line arguments do you use and how many threads are active? > > Gruss > Bernd > -- > http://bernd.eckenfels.net > > From: Alex O'Ree > Sent: Thursday, April 26, 2018 5:33:55 PM > To: Commons Users List > Subject: Re: commo

Re: commons-daemon on windows, not honoring JvmMx setting?

2018-04-26 Thread Bernd Eckenfels
let us know. What command line arguments do you use and how many threads are active? Gruss Bernd -- http://bernd.eckenfels.net From: Alex O'Ree Sent: Thursday, April 26, 2018 5:33:55 PM To: Commons Users List Subject: Re: commons-daemon on windows, not hon

Re: commons-daemon on windows, not honoring JvmMx setting?

2018-04-26 Thread Alex O'Ree
So 500mb overhead is normal? On Thu, Apr 26, 2018, 8:36 AM Mark Thomas wrote: > On 26/04/18 11:32, Alex O'Ree wrote: > > I had it set to 300, task mgr listed it at 800 > > That looks normal. > > "Maximum Java Heap Size" != "Maximum OS Memory footprint" > > Mark > > > > > On Mon, Apr 16, 2018, 9:

Re: commons-daemon on windows, not honoring JvmMx setting?

2018-04-26 Thread Mark Thomas
On 26/04/18 11:32, Alex O'Ree wrote: > I had it set to 300, task mgr listed it at 800 That looks normal. "Maximum Java Heap Size" != "Maximum OS Memory footprint" Mark > > On Mon, Apr 16, 2018, 9:59 AM Mark Thomas wrote: > >> On 16/04/18 14:37, Alex O'Ree wrote: >>> I've been experimenting

Re: commons-daemon on windows, not honoring JvmMx setting?

2018-04-26 Thread Alex O'Ree
I had it set to 300, task mgr listed it at 800 On Mon, Apr 16, 2018, 9:59 AM Mark Thomas wrote: > On 16/04/18 14:37, Alex O'Ree wrote: > > I've been experimenting with prunsrv and have been able to get my java > > process to fire up as a windows service when using the "jvm" mode > (couldn't > >

Re: commons-daemon on windows, not honoring JvmMx setting?

2018-04-16 Thread Mark Thomas
On 16/04/18 14:37, Alex O'Ree wrote: > I've been experimenting with prunsrv and have been able to get my java > process to fire up as a windows service when using the "jvm" mode (couldn't > get java or exe to work). I am noticing that the setting "--JvmMx" does not > seem to be honored. According

commons-daemon on windows, not honoring JvmMx setting?

2018-04-16 Thread Alex O'Ree
I've been experimenting with prunsrv and have been able to get my java process to fire up as a windows service when using the "jvm" mode (couldn't get java or exe to work). I am noticing that the setting "--JvmMx" does not seem to be honored. According to the docs, it should. > Maximum memory poo