Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja authored and abh3 committed Jun 30, 2016
1 parent e21fda9 commit 8c21d4a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/XrdFileCache/README
Expand Up @@ -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 <n>: prefetch level, default is 10. Value zero disables prefetching.

pfc.diskusage <lwm fraction> <hwm fraction>: high / low watermarks for disk cache
purge operation (default 0.9 and 0.95)
pfc.diskusage <low> <hig> diskusage boundaries, can be specified relative in percantage or in g or T bytes

pfc.user <username>: username used by XrdOss plugin

Expand All @@ -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:
Expand Down

0 comments on commit 8c21d4a

Please sign in to comment.