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
A bit like --javac for the compiler, we need a way to pass options to VM that's handling the execution. For example, we don't have any way right now to pass things like -Xmx.
The problem will be in deciding how to do this. Right now I don't see any other way but handling this in the shell/batch scripts, which sucks.
The text was updated successfully, but these errors were encountered:
A bit like
--javac
for the compiler, we need a way to pass options to VM that's handling the execution. For example, we don't have any way right now to pass things like-Xmx
.The problem will be in deciding how to do this. Right now I don't see any other way but handling this in the shell/batch scripts, which sucks.
The text was updated successfully, but these errors were encountered: