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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
[@quintesse] 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.
[@quintesse] 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.
[Migrated from ceylon/ceylon-runtime#55]
The text was updated successfully, but these errors were encountered: