Skip to content

Commit 8bba0d1

Browse files
committed
enable CVMFS_CACHE_REFCOUNT by default
1 parent 3ead4d9 commit 8bba0d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/default.local.j2

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ CVMFS_STRICT_MOUNT="yes"
88
# so use 82% of the size of the underlying LV. #}
99
CVMFS_QUOTA_LIMIT="{{ (cvmfs_cache_size|float * 0.82)|round(0, 'floor')|int }}"
1010
CVMFS_HTTP_PROXY="{{ cvmfs_http_proxy }}"
11+
# Conserve file descriptors
12+
CVMFS_CACHE_REFCOUNT=yes
1113
# generally we do not want oomkiller to hit the CVMFS client
1214
CVMFS_OOM_SCORE_ADJ="-10"
1315
{% for key, value in cvmfs_client_conf.items() %}

0 commit comments

Comments
 (0)