Skip to content

Commit 2b2a309

Browse files
authored
Revert "Merge pull request #18 from cvmfs-contrib/20241202-refcount" (#19)
This reverts commit 12b450d, reversing changes made to 3ead4d9.
1 parent 12b450d commit 2b2a309

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/default.local.j2

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ 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
1311
# generally we do not want oomkiller to hit the CVMFS client
1412
CVMFS_OOM_SCORE_ADJ="-10"
1513
{% for key, value in cvmfs_client_conf.items() %}

0 commit comments

Comments
 (0)