forked from archiver_config/sf_databuffer
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
[databuffer_cluster:children]
|
|
databuffer
|
|
imagebuffer
|
|
|
|
[databuffer]
|
|
sf-nube-11.psi.ch
|
|
sf-nube-12.psi.ch
|
|
sf-nube-13.psi.ch
|
|
|
|
[imagebuffer]
|
|
sf-nube-14.psi.ch
|
|
|
|
|
|
[databuffer_cluster:vars]
|
|
daq_environment=swissfel-test
|
|
|
|
[imagebuffer:vars]
|
|
# This was calculated like this:
|
|
# SYSTEM_CPU_COUNT=$(cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l)
|
|
# SYSTEM_CORE_PER_CPU_COUNT=$(cat /proc/cpuinfo | grep -o -P 'cpu cores\t: [^\n]*' | cut -f2- -d':' | uniq | tr -d ' ')
|
|
# # without hyper threading
|
|
# SYSTEM_CORE_COUNT=$(( ${SYSTEM_CPU_COUNT} * ${SYSTEM_CORE_PER_CPU_COUNT} ))
|
|
number_of_cores=20
|
|
|
|
# This was calculated like this:
|
|
# SYSTEM_THREAD_COUNT=$(egrep -c 'processor([[:space:]]+):.*' /proc/cpuinfo)
|
|
# QUERY_NODE_COMMON_FORK_JOIN_POOL_PARALLELISM="$((2 * ${SYSTEM_THREAD_COUNT}))"
|
|
fork_join_pool_parallelism=80
|
|
|
|
[databuffer:vars]
|
|
# This was calculated like this:
|
|
# SYSTEM_CPU_COUNT=$(cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l)
|
|
# SYSTEM_CORE_PER_CPU_COUNT=$(cat /proc/cpuinfo | grep -o -P 'cpu cores\t: [^\n]*' | cut -f2- -d':' | uniq | tr -d ' ')
|
|
# # without hyper threading
|
|
# SYSTEM_CORE_COUNT=$(( ${SYSTEM_CPU_COUNT} * ${SYSTEM_CORE_PER_CPU_COUNT} ))
|
|
number_of_cores=22
|
|
|
|
# This was calculated like this:
|
|
# SYSTEM_THREAD_COUNT=$(egrep -c 'processor([[:space:]]+):.*' /proc/cpuinfo)
|
|
# QUERY_NODE_COMMON_FORK_JOIN_POOL_PARALLELISM="$((2 * ${SYSTEM_THREAD_COUNT}))"
|
|
fork_join_pool_parallelism=82
|