Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GOMEMLIMIT to reduce the likelihood of an OOM issue #2124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joshuatcasey
Copy link
Member

Use GOMEMLIMIT to reduce the likelihood of an OOM issue

Fixes #1103

Copy link

netlify bot commented Nov 15, 2024

Deploy Preview for pinniped-dev canceled.

Name Link
🔨 Latest commit eaeda83
🔍 Latest deploy log https://app.netlify.com/sites/pinniped-dev/deploys/6737b8b49d28910008847787

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.28%. Comparing base (e86f3cc) to head (eaeda83).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2124   +/-   ##
=======================================
  Coverage   31.28%   31.28%           
=======================================
  Files         371      371           
  Lines       61131    61131           
=======================================
+ Hits        19124    19127    +3     
+ Misses      41482    41480    -2     
+ Partials      525      524    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use go 1.19's soft memory limit when it is released
2 participants