Skip to content
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

Build: Fix GitHub Actions out-of-memory issues #59

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

Johni0702
Copy link
Collaborator

There were at least two (potentially more that were fixed by Loom 1.2 -> 1.3 update) issues that are fixed in this commit:

  1. ~ does not expand inside ", unlike regular variables. As such the maximum heap size wasn't actually applied and instead Gradle was free to consume all the memory in the VM, eventually killing the actions runner, resulting in fairly unhelpful failure messages.
  2. A workaround for the BuildSharedServiceManager issue has been applied in Essential Loom 1.3.12. With that, it now easily builds in a single pass.

There were at least two (potentially more that were fixed by Loom 1.2 -> 1.3
update) issues that are fixed in this commit:
1. `~` does not expand inside `"`, unlike regular variables. As such the
maximum heap size wasn't actually applied and instead Gradle was free to consume
all the memory in the VM, eventually killing the actions runner, resulting in
fairly unhelpful failure messages.
2. A workaround for the BuildSharedServiceManager issue has been applied in
Essential Loom 1.3.12. With that, it now easily builds in a single pass.
@Johni0702 Johni0702 merged commit 4557f38 into master Sep 27, 2023
1 check passed
@Johni0702 Johni0702 deleted the feature/gh-actions-update branch September 27, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants