On Wed, 2018-05-02 at 16:55 +0100, Andrew Hughes wrote:
> On 2 May 2018 at 13:43, Severin Gehwolf wrote:
> > Hi,
> >
> > Could I please get a review for a fix which went into JDK 11 already.
> > It reduces the maximum heap requirement for 32bit builds, which breaks
> > s390 (31 bit) builds:
> >
On 2 May 2018 at 13:43, Severin Gehwolf wrote:
> Hi,
>
> Could I please get a review for a fix which went into JDK 11 already.
> It reduces the maximum heap requirement for 32bit builds, which breaks
> s390 (31 bit) builds:
>
> + /usr/lib/jvm/java-openjdk/bin/java -Xms64M -Xmx1100M
> -XX:ThreadSt
Hi,
Could I please get a review for a fix which went into JDK 11 already.
It reduces the maximum heap requirement for 32bit builds, which breaks
s390 (31 bit) builds:
+ /usr/lib/jvm/java-openjdk/bin/java -Xms64M -Xmx1100M -XX:ThreadStackSize=768
-XX:PermSize=32m -XX:MaxPermSize=160m
-Xbootclass