Releases: KimMachineGun/automemlimit
Releases · KimMachineGun/automemlimit
v0.7.4
What's Changed
- fix(memlimit): use memory.stat instead of memory.stats by @sergeysedoy97 in #30
New Contributors
- @sergeysedoy97 made their first contribution in #30
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- fix(memlimit): move goroutine execution inside refresh function by @KimMachineGun in b2c01e8
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- fix(memlimit): fix mountinfo validation logic when super options have spaces by @KimMachineGun in a659ed1
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Fix 32-bit overflows of math.MaxInt64 constant by @dswarbrick in #25
- fix(memlimit): fix mountinfo validation logic for multiple optional fields by @KimMachineGun in e027e7e
New Contributors
- @dswarbrick made their first contribution in #25
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- feat(memlimit): support dynamic memory limit by @KimMachineGun in #23
- feat(memlimit): replace containerd/cgroup with own cgroup implementation by @KimMachineGun in #24
Full Changelog: v0.6.1...v0.7.0