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
How would one increase the amount of java memory to be given to the application? I see it seems to hard-code -Xmx1024M. Would it be possible to override this using environment variables and if not, could we modify the flatpak to allow so?
I tried _JAVA_OPTIONS=.. already, but I don't think that overrides the value provided in the java command.
The text was updated successfully, but these errors were encountered:
How would one increase the amount of java memory to be given to the application? I see it seems to hard-code
-Xmx1024M
. Would it be possible to override this using environment variables and if not, could we modify the flatpak to allow so?I tried
_JAVA_OPTIONS=..
already, but I don't think that overrides the value provided in the java command.The text was updated successfully, but these errors were encountered: