From c15e72510ca9e11eeb234e94dae47c6e3c163c3b Mon Sep 17 00:00:00 2001 From: Gemma Tinti Date: Fri, 22 Mar 2019 17:41:14 +0100 Subject: [PATCH] new commands --- manual/manual-client/Eiger_short.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manual/manual-client/Eiger_short.tex b/manual/manual-client/Eiger_short.tex index 7aec10c25..62fb5ae3d 100644 --- a/manual/manual-client/Eiger_short.tex +++ b/manual/manual-client/Eiger_short.tex @@ -760,11 +760,16 @@ sysctl net.core.rmem_default=$((100*1024*1024)) sysctl net.core.rmem_max=$((100*1024*1024)) \end{verbatim} -Last, you can disable power saving in teh CPU frequency: +Last, you can disable power saving in the CPU frequency (chose the appropriate command for your system): \begin{verbatim} cpupower frequency-info cpupower frequency-set -g performance \end{verbatim} +or +\begin{verbatim} +cpufreq-info +for i in `seq 0 7`; do cpufreq-set -c $i -g performance; done +\end{verbatim} It can help to increase the fifo size of the receiver to {\tt{rx\_fifodepth}} to 1000 images \begin{verbatim}