We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b450d commit 2b2a309Copy full SHA for 2b2a309
templates/default.local.j2
@@ -8,8 +8,6 @@ CVMFS_STRICT_MOUNT="yes"
8
# so use 82% of the size of the underlying LV. #}
9
CVMFS_QUOTA_LIMIT="{{ (cvmfs_cache_size|float * 0.82)|round(0, 'floor')|int }}"
10
CVMFS_HTTP_PROXY="{{ cvmfs_http_proxy }}"
11
-# Conserve file descriptors
12
-CVMFS_CACHE_REFCOUNT=yes
13
# generally we do not want oomkiller to hit the CVMFS client
14
CVMFS_OOM_SCORE_ADJ="-10"
15
{% for key, value in cvmfs_client_conf.items() %}
0 commit comments