diff --git a/src/XrdFileCache/README b/src/XrdFileCache/README index f76251a22da..44244e0db95 100644 --- a/src/XrdFileCache/README +++ b/src/XrdFileCache/README @@ -114,12 +114,11 @@ CONFIGURATION pfc.blocksize: prefetch buffer size, default 1M -pfc.nread: number of in memory cached blocks reserved for read tasks +pfc.ram [bytes[g]]: maximum allowed RAM usage for caching proxy -pfc.nprefetch: number of in memory cached blocks reserved for prefetch tasks +pfc.prefetch : prefetch level, default is 10. Value zero disables prefetching. -pfc.diskusage : high / low watermarks for disk cache -purge operation (default 0.9 and 0.95) +pfc.diskusage diskusage boundaries, can be specified relative in percantage or in g or T bytes pfc.user : username used by XrdOss plugin @@ -135,7 +134,7 @@ Examples a) Enable proxy file prefetching: pps.cachelib libXrdFileCache.so pfc.localroot /data/xrd-file-cache -pfc.nprefetch 1 +pfc.ram 5g b) enable file block mode, with block size 64 MB: