From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1M17qa-00078k-Vy for garchives@archives.gentoo.org; Mon, 04 May 2009 23:45:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF35FE0519; Mon, 4 May 2009 23:45:19 +0000 (UTC) Received: from mail2.optus.com.au (mail2.optus.com.au [203.13.126.130]) by pigeon.gentoo.org (Postfix) with ESMTP id 69562E0519 for ; Mon, 4 May 2009 23:45:19 +0000 (UTC) Received: from mail2.optus.com.au (unknown [127.0.0.1]) by IMSA (Postfix) with ESMTP id 0395C20F03B for ; Tue, 5 May 2009 09:45:17 +1000 (EST) Received: from CHOW2KE003.optus.com.au (unknown [161.43.32.10]) by mail2.optus.com.au (Postfix) with ESMTP id 000AA20F02A for ; Tue, 5 May 2009 09:45:16 +1000 (EST) Received: from excprdhubw002.optus.com.au ([10.10.36.116]) by CHOW2KE003.optus.com.au with Microsoft SMTPSVC(6.0.3790.3959); Tue, 5 May 2009 09:45:16 +1000 Received: from excprdmbxw002.optus.com.au ([10.8.36.30]) by excprdhubw002.optus.com.au ([10.10.36.116]) with mapi; Tue, 5 May 2009 09:44:49 +1000 From: Adam Carter To: "gentoo-java@lists.gentoo.org" Date: Tue, 5 May 2009 09:45:20 +1000 Subject: RE: [gentoo-java] Memory heap size problem Thread-Topic: [gentoo-java] Memory heap size problem Thread-Index: AcnMlMaWxWNcZvxyT62PSWwDfDbzcAAfSTTQ Message-ID: <5602B0BD6D59AE4791BE83104940118DC156DD23@excprdmbxw002.optus.com.au> In-Reply-To: <49FEAB5C.2040104@gentoo.org> Accept-Language: en-US, en-AU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-AU Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@lists.gentoo.org MIME-Version: 1.0 X-OriginalArrivalTime: 04 May 2009 23:45:16.0515 (UTC) FILETIME=[60472330:01C9CD12] X-TM-AS-Product-Ver: IMSS-7.0.0.1191-5.6.0.1016-16622.002 X-TM-AS-User-Approved-Sender: No X-TM-AS-Result-Xfilter: Match text exemption rules:Yes X-Archives-Salt: f7dea46a-fdba-48b2-ae00-5f77311da773 X-Archives-Hash: 1a6164def235603fa3571eaa35b4eb9f > > A cisco web java gui is complaing "Your current java memory > heap size > > is less than 256 MB. You must increate the Java memory heap size" > > etc. On windows and on a previous gentoo x86 box putting -Xmx256m in > > the java applet runtime settings makes it work. This box is a newly > > build amd64. > > Hi, > > I don't know this app, but I'd just try 512m instead of 256m... amd64 > tends to need more than x86 :) I'm not sure the app can test the > parameter directly, they probably run out of heap and suggest > this size which was known working on x86. The max-heap-size=3D"256m" seems to override -Xmx512m - when I run pgrep is= still shows up as -Xmx256m. Is this expected?