Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1782 closed defect (fixed)

100%CPU after start 4983 and newest

Reported by: Bruty Owned by:
Priority: Please fill in Component: ! Please select...
Severity: Please fill in Keywords:
Cc: Sensitive: no

Description

Revision

4983 and newest

Issue Description

When start oscam CPU go to 100% and stay few minutes

When the issue occurs

Every start

How the issue is reproducable

100% CPU

Change History (5)

comment:1 by SteSu, 13 years ago

Resolution: fixed
Status: newclosed

It's because LB loads the stats. clear stats and it will start up fast.

comment:2 by Bruty, 13 years ago

Resolution: fixed
Status: closedreopened

not fixed because stats are not saved
oscam.conf
lb_mode = 1
lb_save = 0
Problem made from changes at 4983...Lower changesets are ok!

comment:3 by alno, 13 years ago

how many srvid's you load from oscam.srvid? If you use a suboptimal oscam.srvid (e.g. the one created by script from cccam stuff) in may need a while. Rename the oscam.srvid and try again

comment:4 by Bruty, 13 years ago

Resolution: fixed
Status: reopenedclosed

yes confirmed...Very big oscam.srvid cause this...Ok without oscam.srvid work good

comment:5 by alno, 13 years ago

this is because the script generated files are crap because the all have the syntax:

0001:000A|....|....

Wich generates high load also in resolving the channel in log etc.

Optimal would be

0001,0002,0003,0004:000A|....|....
Example:
1702,1722,1833,1834,09C4,09C7:000E|Sky|Discovery Channel|TV|Sky Welt

This also shorten the file access time while reading and processing this file

AND a file which just contain all NEEDED channels - not all channels of this world

Last edited 13 years ago by alno (previous) (diff)
Note: See TracTickets for help on using tickets.