Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: High CPU Load after inserting a second card



Matthias Fechner wrote:
> 
> Hi,
> 
> i have inserted a second dvb-s card, now i have a very high load:
>  PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME COMMAND
> 1413 root      20   0  7888 6884   976 R    58.7 11.0 356:21 vdr
> 1267 root      13   0  7888 6884   976 S    18.8 11.0 166:30 vdr
> 1414 root      15   0  7888 6884   976 S    17.4 11.0 126:38 vdr
> 
> It is a P133, but it seems to work well.
> Before i inserted the second card vdr uses about 15% cpu now it is
> nearly 100%.
> 
> What does the 58.7% vdr?

Please try this, which I have posted in an other thread ("buffer is filling up - problem"):

[...]
For a quick test whether this could help, I suggest those with buffer
overflow problems should do the following test: insert the line

  void cSIProcessor::SetStatus(bool On)
  {
+    return;//XXX
     ShutDownFilters();
     if (On)

into 'eit.c', which will completely disable the EIT parser. Then test
recording again and see whether the buffer still fills up. Let me know
if the situation has improved through this.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________



Home | Main Index | Thread Index