-
**Visual VM 2.0.7** shows an incorrect **Max Metaspace** value. If you observe the screenshots below you can see that the application (available at https://github.com/silver-mx/jvm-memory-metrics-demo…
-
### Expected Behavior
Continuous build should have similar memory characteristics as when repeatedly calling Gradle manually.
### Current Behavior
The `DefaultCrossBuildInMemoryCache` keeps entri…
oehme updated
3 years ago
-
ZGC missing data: # Safepoints
DestroyDetachedPages, PrepareRelocationSet from concurrent times
mark summary (Mark: 1 stripe(s), 2 proactive flush(es), 1 terminate flush(es), 1 completion(s), 0 …
-
### Expected Behavior
When using the Worker API with classloader isolation, classes should either be cached/shared between worker actions, or alternatively be cleaned at the end of an action.
### …
-
version:5.1.2
InlineExpressionParser.splitAndEvaluate method parse every input string, cause metaspace out of memory error
you can do like this, avoid compiling all input strings
`
pub…
-
As mentioned in https://github.com/google/error-prone/issues/2786#issuecomment-1003368760, we are planning to move away from forking `javac`. However, after disabling the `fork` option, we noticed tha…
-
Follow-up on the revert of https://github.com/gradle/gradle/pull/15212
### Expected Behavior
> The strategy will now only expire the daemon if metaspace is full
and the GC fails to free up memo…
-
At the moment, https://github.com/sbt/junit-interface/blob/master/src/main/java/com/novocode/junit/JUnitRunner.java#L123 loads all the test classes in the same classloader.
Depending on the amount o…
-
I'm creating a module for Odoo15. I have pyjing installed to check xml syntax, but this throws an error.
When I run the following on the commandline (using the same python3 interpreter as Odoo) I g…
-
Attempting to `./gradlew --no-daemon dokkaGfm` fails with a metaspace/OOM error. Use the PR below to see the problem.
PR: https://github.com/cashapp/misk/pull/2055