You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- a decent amount of memory for the kernel cache (tens of GBs)
17
-
- fast local storage - 50GB is used for cache
15
+
16
+
- 10Gbit link or faster to the client systems
17
+
- a sufficiently powerful CPU
18
+
- a decent amount of memory for the kernel cache (tens of GBs)
19
+
- fast local storage
20
+
- 50GB is used for cache
21
+
18
22
For this use-case the above link recommends at least two squid servers and at
19
23
least one for every (100-500) client nodes.
20
24
@@ -28,6 +32,7 @@ Deploy a caching proxy.
28
32
### Role Variables for squid_conf_mode: default
29
33
30
34
Where noted these map to squid parameters of the same name without the `squid_` prefix - see [squid documentation](https://www.squid-cache.org/Doc/config) for details.
35
+
31
36
-`squid_started`: Optional bool. Whether to start squid service. Default `true`.
32
37
-`squid_enabled`: Optional bool. Whether squid service is enabled on boot. Default `true`.
33
38
-`squid_cache_mem`: Required str. Size of memory cache, e.g "1024 KB", "12 GB" etc. See squid parameter.
0 commit comments