Skip to content

Commit

Permalink
Set GOGC to 20 to trigger GC more often
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Aug 30, 2023
1 parent 125c2b5 commit b5a8f25
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spec:
envVars:
- name: GODEBUG
value: "gctrace=1"
- name: GOGC
value: "20"
config:
network:
internal-encryption: "true"
Expand Down

0 comments on commit b5a8f25

Please sign in to comment.