mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 07:20:01 +02:00
new commands
This commit is contained in:
parent
ac1511c3b0
commit
c15e72510c
@ -760,11 +760,16 @@ sysctl net.core.rmem_default=$((100*1024*1024))
|
|||||||
sysctl net.core.rmem_max=$((100*1024*1024))
|
sysctl net.core.rmem_max=$((100*1024*1024))
|
||||||
\end{verbatim}
|
\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}
|
\begin{verbatim}
|
||||||
cpupower frequency-info
|
cpupower frequency-info
|
||||||
cpupower frequency-set -g performance
|
cpupower frequency-set -g performance
|
||||||
\end{verbatim}
|
\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
|
It can help to increase the fifo size of the receiver to {\tt{rx\_fifodepth}} to 1000 images
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user