From 327ce6251d7ffdd874eb4843297bf8ebfc0ad50a Mon Sep 17 00:00:00 2001 From: Vladimir Bahyl <Vladimir.Bahyl@cern.ch> Date: Wed, 10 Mar 2021 15:41:02 +0100 Subject: [PATCH] Added explanation of the BufferCount option --- tapeserver/daemon/cta-taped.conf.example | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/tapeserver/daemon/cta-taped.conf.example b/tapeserver/daemon/cta-taped.conf.example index 18b3553a0b..35197ec6f0 100644 --- a/tapeserver/daemon/cta-taped.conf.example +++ b/tapeserver/daemon/cta-taped.conf.example @@ -31,20 +31,21 @@ # INFO # DEBUG # USERERR -# -# Please note that the USERERR log level is equivalent to NOTICE because it is -# a convention of CTA to use log level NOTICE to label user errors. -# +# Please note that the USERERR log level is equivalent to NOTICE because it is a convention of CTA to use log level NOTICE to label user errors. # taped LogMask INFO # -# Use Recommended Access Ordering if available +# Define how many memory buffers should the CTA tape daemon use (compile time buffer size value is 5 MB) on a particular node (depends on physical memory). +# taped BufferCount 5000 +# +# Use Recommended Access Ordering if available. # taped UseRAO yes -# These options allow to trigger a software RAO algorithm on LTO tape drives +# +# These options allow to trigger a software RAO algorithm on LTO tape drives. # taped RAOLTOAlgorithm sltf # taped RAOLTOAlgorithmOptions cost_heuristic_name:cta # -# Disable Repack management +# Disable Repack management. # taped DisableRepackManagement yes # -# Disable Maintenance process -# taped DisableMaintenanceProcess yes \ No newline at end of file +# Disable Maintenance process. +# taped DisableMaintenanceProcess yes -- GitLab