Skip to content

Commit

Permalink
Update default value for Varnish cache in docs
Browse files Browse the repository at this point in the history
According to Docker files CACHE_SIZE has a default value of 500M. The documentation says the default value is 100M.

Update the documentation to refect the actual values.
  • Loading branch information
kasperg authored Jun 19, 2024
1 parent 7716346 commit 324e97d
Showing 1 changed file with 1 addition and 1 deletion.
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. |

0 comments on commit 324e97d

Please sign in to comment.