Intermittent metaspace errors on Windows #19311
Labels
env/windows
Impacts Windows machines
kind/bug
Something isn't working
triage/out-of-date
This issue/PR is no longer valid or relevant
Describe the bug
CI fails on windows sometimes with OutOfMemoryError: metaspace (e.g. #19279)
The windows failures are very particular, in that they always happen at the exact same test. This test is at the point where the first metaspace collection would normally happen (i.e. when we hit the 1500mb metaspace limit).
This implies that 100% of the ClassLoaders are leaking, as if any were not leaking they would be GCed and the failure would potentially happen later. I have also run locally on windows and confirmed that under normal circumstances there are no leaks. In a normal passing windows build when the 1500mb limit is hit GC is run and the metaspace used drops down to 300mb.
This implies one of the following:
The text was updated successfully, but these errors were encountered: