diff options
author | 2023-12-11 10:35:15 +0000 | |
---|---|---|
committer | 2023-12-11 10:35:15 +0000 | |
commit | cd1611362f6f8e7b20b5962b20a5b37d624d8cc6 (patch) | |
tree | f17730d75b7bf77e52ea50178964282b9c0ad83a /vendor/github.com/KimMachineGun/automemlimit/README.md | |
parent | [chore]: Bump github.com/miekg/dns from 1.1.56 to 1.1.57 (#2439) (diff) | |
download | gotosocial-cd1611362f6f8e7b20b5962b20a5b37d624d8cc6.tar.xz |
[chore]: Bump github.com/KimMachineGun/automemlimit from 0.3.0 to 0.4.0 (#2440)
Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) from 0.3.0 to 0.4.0.
- [Commits](https://github.com/KimMachineGun/automemlimit/compare/v0.3.0...v0.4.0)
---
updated-dependencies:
- dependency-name: github.com/KimMachineGun/automemlimit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/KimMachineGun/automemlimit/README.md')
-rw-r--r-- | vendor/github.com/KimMachineGun/automemlimit/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/KimMachineGun/automemlimit/README.md b/vendor/github.com/KimMachineGun/automemlimit/README.md index 55d40a432..192bc0b6f 100644 --- a/vendor/github.com/KimMachineGun/automemlimit/README.md +++ b/vendor/github.com/KimMachineGun/automemlimit/README.md @@ -42,6 +42,7 @@ func init() { memlimit.SetGoMemLimitWithProvider(memlimit.Limit(1024*1024), 0.9) memlimit.SetGoMemLimitWithProvider(memlimit.FromCgroup, 0.9) memlimit.SetGoMemLimitWithProvider(memlimit.FromCgroupV1, 0.9) + memlimit.SetGoMemLimitWithProvider(memlimit.FromCgroupHybrid, 0.9) memlimit.SetGoMemLimitWithProvider(memlimit.FromCgroupV2, 0.9) } ``` |