Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters1971 authored Jun 13, 2024
1 parent f72a13e commit a1f7f5f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/XrdApps/XrdClJCachePlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ To enable the plugin create a configuration file e.g. in the default machine wid
## Quicksetup via Environment
```
mkdir -p /var/tmp/jcache/
env XRD_PLUGIN_1="lib=libXrdClJCachePlugin-5.so,enable=true,url=*,cache=/var/tmp/jcache/,size=10000000000" xrdcp root://... /localpath/...
```
```
# as default plug-in
env XRD_PLUGIN=libXrdClJCachePlugin-5.so XRD_JCACHE_CACHE=/var/tmp/jcache/ xrdcp root://
```
or
```
# as numbered plug-in
env XRD_PLUGIN_1="lib=libXrdClJCachePlugin-5.so,enable=true,url=*,cache=/var/tmp/jcache/" xrdcp root://... /localpath/...
```
## Config File Format

Expand Down

0 comments on commit a1f7f5f

Please sign in to comment.