Re: RFR: 8345302: Building microbenchmarks require larger Java heap [v2]

2024-12-05 Thread Magnus Ihse Bursie
On Thu, 5 Dec 2024 14:05:16 GMT, Erik Joelsson wrote: >> Recently we have started to see OOME being thrown when building the >> microbenchmarks. See the bug for a closer analysis of why this happens by >> @shipilev and @mcimadamore. This patch just increases the default mx setting >> for the "

Re: RFR: 8345302: Building microbenchmarks require larger Java heap [v2]

2024-12-05 Thread Aleksey Shipilev
On Thu, 5 Dec 2024 14:05:16 GMT, Erik Joelsson wrote: >> Recently we have started to see OOME being thrown when building the >> microbenchmarks. See the bug for a closer analysis of why this happens by >> @shipilev and @mcimadamore. This patch just increases the default mx setting >> for the "

Re: RFR: 8345302: Building microbenchmarks require larger Java heap [v2]

2024-12-05 Thread Erik Joelsson
> Recently we have started to see OOME being thrown when building the > microbenchmarks. See the bug for a closer analysis of why this happens by > @shipilev and @mcimadamore. This patch just increases the default mx setting > for the "big" java configuration in the build. I think that in 2024,