diff --git a/tapeserver/daemon/cta-taped.conf.example b/tapeserver/daemon/cta-taped.conf.example
index 18b3553a0bd9d7492a02769cdfb542861fc85b1d..35197ec6f00dac7140c8f5822416908cb069cdf1 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