Today I upgraded the existing setup from 1.25.0 to version 1.26.3.
The strange thing is that I had an average system load of 0,7 and now it is running at 2,7
Probably I did something wrong in building it.
I just the latest FFMpeg from git://git.videolan.org/ffmpeg.git
Code: Select all
./configure --enable-gpl --enable-shared --enable-pthreads
Zoneminder is build with:
Code: Select all
./configure --with-webdir=/var/www/virtual/domain.net --with-cgidir=/var/www/cgi-bin --with-webuser=apache --with-webgroup=apache ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=xxxx ZM_DB_PASS=xxxx --with-ffmpeg=/usr/local/share/ffmpeg CPPFLAGS="-D__STDC_CONSTANT_MACROS"