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

Update default value for Varnish cache in docs #3747

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docker-images/varnish.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ variables](../concepts-advanced/environment-variables.md).
| HTTP_RESP_SIZE | 32k | Maximum number of bytes of HTTP backend response we will deal with. |
| NUKE_LIMIT | 150 | Maximum number of objects we attempt to nuke in order to make space for an object body. |
| CACHE_TYPE | malloc | Type of varnish cache. |
| CACHE_SIZE | 100M | Cache size. |
| CACHE_SIZE | 500M | Cache size. |
| LISTEN | 8080 | Default backend server port. |
| MANAGEMENT_LISTEN | 6082 | Default management listening port. |