mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
This PR fixes a bug where System.GarbageCollect endpoint didn't work on objects that weren't older than their respective GC thresholds. System.GarbageCollect is used to force garbage collection (also used by the system gc command) and should ignore any GC threshold settings.
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
```release-note:bug
|
|
scheduler: Fix bug where forced garbage collection does not ignore GC thresholds
|
|
```
|