You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just hit an OutOfMemoryError in the Gradle Profiler main thread. From the generated heap dump I see the max heap defaults to -Xmx64m. Looking at the source of the startup scripts it appears I can use the GRADLE_PROFILER_OPTS environment variable to configure a higher max heap.
It would be handy if GRADLE_PROFILER_OPTS was documented in the README.
The text was updated successfully, but these errors were encountered:
I just hit an
OutOfMemoryError
in the Gradle Profiler main thread. From the generated heap dump I see the max heap defaults to-Xmx64m
. Looking at the source of the startup scripts it appears I can use theGRADLE_PROFILER_OPTS
environment variable to configure a higher max heap.It would be handy if
GRADLE_PROFILER_OPTS
was documented in the README.The text was updated successfully, but these errors were encountered: