From owner-freebsd-ports@freebsd.org Sun Dec 13 08:17:06 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69E4EA41D36; Sun, 13 Dec 2015 08:17:06 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EA2C1055; Sun, 13 Dec 2015 08:17:05 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [93.104.12.25] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1a81q1-0007oT-6o; Sun, 13 Dec 2015 09:17:01 +0100 Received: from localhost.my.domain (c720-r285885-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id tBD8Gxcv002411 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 13 Dec 2015 09:16:59 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id tBD8Gw08002410; Sun, 13 Dec 2015 09:16:58 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sun, 13 Dec 2015 09:16:58 +0100 From: Matthias Apitz To: freebsd-ports@freebsd.org, freebsd-java@freebsd.org Cc: Kurt Jaeger , ljboiler@gmail.com Subject: Re: java/eclipse (eclipse-4.5.1) does not build on 11-CURRENT amd64 Message-ID: <20151213081658.GA2376@c720-r285885-amd64> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org, freebsd-java@freebsd.org, Kurt Jaeger , ljboiler@gmail.com References: <20151212190117.GA2023@c720-r285885-amd64> <20151212213834.GM35480@home.opsec.eu> <20151213052242.GA1893@c720-r285885-amd64> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20151213052242.GA1893@c720-r285885-amd64> X-Operating-System: FreeBSD 11.0-CURRENT r285885 (amd64) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.12.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 08:17:06 -0000 El día Sunday, December 13, 2015 a las 06:22:42AM +0100, Matthias Apitz escribió: > I do not think that this is (at the moment) some bare metal resource > issue. I monitored in separate xterms with top the used memeory (most of > it only 'inactive', some megabytes free, swap unused) and a tail -f of > the ports build log file; the three messages > > ===> Building for eclipse-4.5.1 > Error occurred during initialization of VM > Could not allocate metaspace: 1073741824 bytes There was a memory limitation set for poudriere jails to 3 GByte; I disabled this and have the compilation now in progress with: # egrep 'MAX_MEMORY=|JAVA_OPTS=' /usr/local/etc/poudriere.conf export JAVA_OPTS='-XX:-UseCompressedClassPointers -Xms512m -Xmx2048m' # MAX_MEMORY=3 It uses at the moment total of 4 GByte of the RAM and 2.5 GByte of the swap devices... matthias -- Matthias Apitz, ✉ guru@unixarea.de, 🌐 http://www.unixarea.de/ ☎ +49-176-38902045