Hey All, Is there any easy workaround to handle la...
# community-support
s
Hey All, Is there any easy workaround to handle lack of support from Gradle o support cgroup v2? We've self-hosted runners in Github Actions, where we need to overwrite the cgroup version of node from cgroupv2 to cgroupv1 where its not a good solution. Any help will be appreciated https://github.com/gradle/gradle/issues/26065
c
It looks like the JVM has supported CGroups v2 since Java 15: https://bugs.openjdk.org/browse/JDK-8230305. Are you sure the issue is with CGroups v2?