Discussion:
mysql/postgresql port of the server ?
Jesus Climent
2003-03-21 11:42:21 UTC
Permalink
Hi

Here at es.freedb.org we need a database backend of the server cddbd since it
is eating our resources:

PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
22105 cddb 15 0 87304 85M 280 S 54.7 16.8 222:45 cddbd

And the load jumped up to 50+ this morning.

Is there anything like that out there?

If not, we might be forced to stop our mirror due to major system resources
consumption. Or then we have to wait until we can migrate to XFS or similar.

Thanks!
--
I say NO to WAR. Not with my silence. Not with my blessing. Say NO now

Jesus Climent | Unix SysAdm | Helsinki, Finland | pumuki.hispalinux.es
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429 7E18 66FC 1D7F 8694 6D69
----------------------------------------------------------------------
Registered Linux user #66350 proudly using Debian Sid & Linux 2.4.20

So much to do, so little time...
--Joker (Batman)
Joerg Hevers
2003-03-22 17:42:16 UTC
Permalink
Hello,
Post by Jesus Climent
Here at es.freedb.org we need a database backend of the server cddbd since it
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
22105 cddb 15 0 87304 85M 280 S 54.7 16.8 222:45 cddbd
And the load jumped up to 50+ this morning.
Are you running cddbd from inetd? The daemon-mode is known to be
problematic in some cases. If it's running from inetd, this is
probably the update of the fuzzy matching hash index, which is done
once per day - especially on systems using ext2 that's a bit
problematic, since ext2 isn't suited very well for being misused as a
database. On our master-server we're using ReiserFS.
Post by Jesus Climent
Is there anything like that out there?
Unfortunately there's nothing like that out there, which has all the
required features. :(
Post by Jesus Climent
If not, we might be forced to stop our mirror due to major system resources
consumption. Or then we have to wait until we can migrate to XFS or similar.
That'd be unfortunate. If you think that's the only option at the
moment, please let me know, so we can give users a warning, before you
finally take it down.

Best regards, Joerg

Loading...