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}