Gentoo Archives: gentoo-java

From: Adam Carter <Adam.Carter@×××××××××.au>
To: "gentoo-java@l.g.o" <gentoo-java@l.g.o>
Subject: RE: [gentoo-java] Memory heap size problem
Date: Mon, 04 May 2009 23:45:21
Message-Id: 5602B0BD6D59AE4791BE83104940118DC156DD23@excprdmbxw002.optus.com.au
In Reply to: Re: [gentoo-java] Memory heap size problem by Vlastimil Babka
1 > > A cisco web java gui is complaing "Your current java memory
2 > heap size
3 > > is less than 256 MB. You must increate the Java memory heap size"
4 > > etc. On windows and on a previous gentoo x86 box putting -Xmx256m in
5 > > the java applet runtime settings makes it work. This box is a newly
6 > > build amd64.
7 >
8 > Hi,
9 >
10 > I don't know this app, but I'd just try 512m instead of 256m... amd64
11 > tends to need more than x86 :) I'm not sure the app can test the
12 > parameter directly, they probably run out of heap and suggest
13 > this size which was known working on x86.
14
15 The max-heap-size="256m" seems to override -Xmx512m - when I run pgrep is still shows up as -Xmx256m. Is this expected?