From 5f2ce77af7577e932596a303c2e238e90b9515e6 Mon Sep 17 00:00:00 2001 From: Ryan Taylor <1686627+rptaylor@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:25:34 -0800 Subject: [PATCH] Revert "Merge pull request #18 from cvmfs-contrib/20241202-refcount" This reverts commit 12b450d0476482c76943cca448780cc4a2bc503f, reversing changes made to 3ead4d93f66db981daf36f9fdf46b39fbfecc16a. --- templates/default.local.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/default.local.j2 b/templates/default.local.j2 index 5b9d038..c619224 100644 --- a/templates/default.local.j2 +++ b/templates/default.local.j2 @@ -8,8 +8,6 @@ CVMFS_STRICT_MOUNT="yes" # so use 82% of the size of the underlying LV. #} CVMFS_QUOTA_LIMIT="{{ (cvmfs_cache_size|float * 0.82)|round(0, 'floor')|int }}" CVMFS_HTTP_PROXY="{{ cvmfs_http_proxy }}" -# Conserve file descriptors -CVMFS_CACHE_REFCOUNT=yes # generally we do not want oomkiller to hit the CVMFS client CVMFS_OOM_SCORE_ADJ="-10" {% for key, value in cvmfs_client_conf.items() %}