Hi, ignore my mail. This happened quite often recently on master.
I have seen a "this computer ran out of memory" popup by windows while logged in through remote desktop. I was under the opinion, that this might be related to the updates to Java versions (Java 9 b129, Java 8u102), because it happended while running the uninstaller of old versions! But this could be more a problem of the snapshot features! I just wonder how it can happen that we run out of physical RAM and swap space, because the Java Heap is limited! Are we using some off-heap features other than MMapDirectory? Please keep in mind, that using file output streams and file channels with huge byte[] arrays or heap buffers causes the JVM to temporarily allocate a native (possibly huge) byte[] on the operating system. This is the reason why FSDirectory.IndexOutput chunks writes to 8 KiB, although somebody writes a 2 GiB byte[] (that happened in the past when writing norms or similar, so there is a hard limit). Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Uwe Schindler [mailto:[email protected]] > Sent: Friday, July 29, 2016 9:18 PM > To: [email protected] > Subject: RE: [JENKINS] Lucene-Solr-6.x-Windows (64bit/jdk1.8.0_92) - Build # > 350 - Failure! > > That was a problem while updating the whole machine! Should be fine now. > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > > -----Original Message----- > > From: Steve Rowe [mailto:[email protected]] > > Sent: Friday, July 29, 2016 9:10 PM > > To: [email protected] > > Cc: Uwe Schindler <[email protected]> > > Subject: Re: [JENKINS] Lucene-Solr-6.x-Windows (64bit/jdk1.8.0_92) - Build > # > > 350 - Failure! > > > > ----- > > # There is insufficient memory for the Java Runtime Environment to > > continue. > > # Native memory allocation (malloc) failed to allocate 266128 bytes for > > Chunk::new > > # An error report file with more information is saved as: > > # C:\Users\jenkins\workspace\Lucene-Solr-6.x- > Windows\hs_err_pid740.log > > # > > # Compiler replay data is saved as: > > # C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\replay_pid740.log > > ----- > > > > I'll change the email notification regex to include message like this. > > > > -- > > Steve > > www.lucidworks.com > > > > > On Jul 29, 2016, at 3:01 PM, Policeman Jenkins Server > > <[email protected]> wrote: > > > > > > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/350/ > > > Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops - > > XX:+UseConcMarkSweepGC > > > > > > All tests passed > > > > > > Build Log: > > > [...truncated 55441 lines...] > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
