Skip to content
Snippets Groups Projects
Commit 4b4824a0 authored by Julien Leduc's avatar Julien Leduc
Browse files

1 block per file and blocks >=256kB: more smaller blocks (min size). Do not...

1 block per file and blocks >=256kB: more smaller blocks (min size). Do not mount a tape for less than 100 files.
parent 3238f29d
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,9 @@ echo "Configuring database"
echo ${DATABASEURL} > /etc/cta/cta-catalogue.conf
# cta-taped setup
echo "taped BufferCount 10" > /etc/cta/cta-taped.conf
echo "taped MountCriteria 2000000, 5" >> /etc/cta/cta-taped.conf
echo "taped BufferSizeBytes 262144" > /etc/cta/cta-taped.conf
echo "taped BufferCount 200" >> /etc/cta/cta-taped.conf
echo "taped MountCriteria 2000000, 100" >> /etc/cta/cta-taped.conf
echo "ObjectStore BackendPath $OBJECTSTOREURL" >> /etc/cta/cta-taped.conf
echo "${tpconfig}" > /etc/cta/TPCONFIG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment