Skip to content

Commit

Permalink
increase varnish parameter workspace_backend
Browse files Browse the repository at this point in the history
certain requests (e.g. images) might cause a 503 error with "FetchError Workspace overflow". the increase workspace_backend parameter mitigates the problem.
  • Loading branch information
phoenix-bjoern authored Dec 8, 2022
1 parent 7157699 commit 14bb065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ varnish:
- http_resp_hdr_len=65536
- -p
- http_resp_size=98304
- -p
- workspace_backend=131072

vcl:
default.vcl: |-
Expand Down

0 comments on commit 14bb065

Please sign in to comment.