Re: [controller-dev] ODL crashing in CSIT jobs

2017-11-03 Thread Stephen Kitt
On Thu, 2 Nov 2017 15:59:10 -0700 Jamo Luhrsen wrote: > On 11/02/2017 03:49 PM, Michael Vorburger wrote: > > On Thu, Nov 2, 2017 at 11:02 PM, Luis Gomez > > wrote: > > So I wonder if there is some java memory combination of > > parameters to prevent OS to kill the JVM

Re: [controller-dev] ODL crashing in CSIT jobs

2017-11-03 Thread Stephen Kitt
On Fri, 3 Nov 2017 10:56:48 +0100 Stephen Kitt wrote: > Another avenue could be to look at the overcommit settings, but I > suspect that the JVM would fail to start altogether if we adjusted > those. Actually that’s worth trying anyway: sysctl -w vm.overcommit_memory=2 before starting the J

Re: [controller-dev] ODL crashing in CSIT jobs

2017-11-03 Thread Michael Vorburger
On Fri, Nov 3, 2017 at 11:02 AM, Stephen Kitt wrote: > On Fri, 3 Nov 2017 10:56:48 +0100 > Stephen Kitt wrote: > > Another avenue could be to look at the overcommit settings, but I > > suspect that the JVM would fail to start altogether if we adjusted > > those. > > Actually that’s worth trying