Skip to content

Commit 12b450d

Browse files
authored
Merge pull request #18 from cvmfs-contrib/20241202-refcount
enable CVMFS_CACHE_REFCOUNT by default
2 parents 3ead4d9 + 8bba0d1 commit 12b450d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/default.local.j2

Lines changed: 2 additions & 0 deletions
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)