On Fri, 7 Feb 2025 21:38:15 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

> I see the problem with gradle (I was running it in Eclipse). We apparently 
> set -Xmx512m which is simply inadequate. We should at least double that, or 
> even go to 2GB.
> 
> Where is it being set?

The default is set by the gradle installation itself, which is not controlled 
by us. I know you can bump the memory with a gradle option on the command line 
(which we do for our CI builds, but we just set it to 512Mb).

We can trivially change our CI test script, but I'd be hesitant to require 
every developer to set that on the command line. A better solution might be to 
set the max heap to 1Gb in the system tests project in `build.gradle`.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1698#issuecomment-2644192413

Reply via email to