-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory strangeness on OpenComputer #59
Comments
setupCIworkspace will not install graphics and audio libs and such client runtime things. Less dependencies -> less ram usage. We can probably just double the values and be fine with it on all projects |
open computer by far will be the worst of all I've seen - it's entirely SCALA and large |
So on my Mac with all gradles dead, it does above - it calls it with 64mb but something else ups that to 512. it is NOT JAVA_OPTS or GRADLE_OPTS at least by default, as those aren't set:
|
https://docs.gradle.org/6.9.1/userguide/build_environment.html#sec:configuring_jvm_memory
|
repo had an issue compiling OpenComputer on Windows - it crashed out due to lack of RAM.
there are jvm options in the gradlew and gradle.bat but the same limit didn’t seem to crash me out but it may have reused a previous gradle.
It would be nice for those to be reasonable amounts and easily changed in one place.
What’s interesting is if CI worked with them - did it actually use them? They were like 64m
The text was updated successfully, but these errors were encountered: