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
Copy file name to clipboardExpand all lines: _docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ When you edit the .env file most users are going to need to make the following c
64
64
* LANCACHE_IP should be set to the ip address that you wish your DNS to hand out for your cache container. In normal operation this would be the ip of the box running your cache.
65
65
* DNS_BIND_IP can be commented out in a simple setup or you can choose the ip address of your dns container (which could be the same as your lancache ip)
66
66
* CACHE_ROOT is where you want to store the cached data. For best practice we recommend a mount point on a separate volume from your OS.
67
-
* CACHE_DISK_SIZE ensure this matches the size of the volume you have the cache root on. Remember to leave some space availaible. Size can be specified in bytes, kilobytes (suffixes k and K) or megabytes (suffixes m and M). (For very large sizes you should understand what CACHE_INDEX_SIZE does)
67
+
* CACHE_DISK_SIZE ensure this matches the size of the volume you have the cache root on. Remember to leave some space availaible. The size should be in megabytes and should use suffix m. (For very large sizes you should understand what CACHE_INDEX_SIZE does)
0 commit comments