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
## IP addresses that the lancache monolithic instance is reachable on
8
-
## Specify one or more IPs, space separated - these will be used when resolving DNS hostnames through lancachenet-dns. Multiple IPs can improve cache priming performance for some services (e.g. Steam)## IP Address that the lancache monolithic instance will run on
8
+
## Specify one or more IPs, space separated - these will be used when resolving DNS hostnames through lancachenet-dns. Multiple IPs can improve cache priming performance for some services (e.g. Steam)
9
9
## Note: This setting only affects DNS, monolithic and sniproxy will still bind to all IPs by default
10
10
LANCACHE_IP=10.0.39.1
11
11
@@ -19,14 +19,17 @@ UPSTREAM_DNS=8.8.8.8
19
19
## Note that by default, this will be a folder relative to the docker-compose.yml file
20
20
CACHE_ROOT=./lancache
21
21
22
-
## Change this to customise the size of the memory cache (default 500m)
23
-
CACHE_MEM_SIZE=500m
24
-
25
22
## Change this to customise the size of the disk cache (default 1000000m)
26
23
## If you have more storage, you'll likely want to increase this
27
24
## The cache server will prune content on a least-recently-used basis if it
28
-
## starts approaching this limit
25
+
## starts approaching this limit.
26
+
## Set this to a little bit less than your actual available space
29
27
CACHE_DISK_SIZE=1000000m
30
28
29
+
## Change this to customise the size of the nginx cache manager (default 500m)
30
+
## DO NOT CHANGE THIS LIGHTLY. The defaults are enough to address 8TB of cache storage. Increasing
31
+
## this value will cause performance problems, and may cause the cache to fail to start entirely.
32
+
CACHE_MEM_SIZE=500m
33
+
31
34
## Change this to limit the maximum age of cached content (default 3650d)
0 commit comments