Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e7b3b7

Browse files
authored
Update index.md
Added megabytes only nomenclature
1 parent b6d0fb5 commit 4e7b3b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ When you edit the .env file most users are going to need to make the following c
6464
* 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.
6565
* 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)
6666
* 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)
6868

6969
<div class="note info">
7070
<h5>Common Issues</h5>

0 commit comments

Comments
 (0)