Thanks. I'm not saying you're wrong I'm just curios, how do you know and what's the 
difference with Apache (below) that is using up memory for each process?

And why does ps show individual threads? Shouldn't it only show processes as the name 
implies?

And why does each one show it is using a percentage of memory?

  PID  PPID  RSS   VSZ %CPU %MEM CMD
23282     1 1424  4304  0.0  1.2 /usr/sbin/httpd 
30483 23282 1640  4508  0.0  1.3 /usr/sbin/httpd 
30538 23282 1640  4508  0.0  1.3 /usr/sbin/httpd
30639 23282 1640  4508  0.0  1.3 /usr/sbin/httpd
31453 23282 1644  4508  0.0  1.3 /usr/sbin/httpd

Sorry for so many questions.

Cheers,
Nigel

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Rus Foster
> Sent: 15 July 2003 15:07
> To: [EMAIL PROTECTED]
> Subject: Re: named
> 
> 
> > OS: Redhat 7.3
> >
> > I want to reduce the number of named processes. I am assuming 
> that they are spare servers in the same way as with Apache, they 
> are taking up memory which could be better used as the load on 
> DNS for this server is minimal.
> >
> > Is this possible and how do I do it?
> >
> > PID  PPID  RSS   VSZ %CPU %MEM CMD
> > 714     1 1696 10688  0.0  1.4 named -u named
> > 734   714 1696 10688  0.0  1.4 named -u named
> > 735   734 1696 10688  0.0  1.4 named -u named
> > 736   734 1696 10688  0.0  1.4 named -u named
> > 737   734 1696 10688  0.0  1.4 named -u named
> >
> 
> Hi,
> These are actually threads of named rather than seperate copies of the
> binary. Only one copy is actuallt taking up memory
> 
> Rgds
> 
> Rus
> -- 
> www: http://www.65535.net       | Hosting - Shell Accounts
> MSNM: [EMAIL PROTECTED]       | Virtual Servers from just $15/mo
> e: [EMAIL PROTECTED]               | Community: http://www.65535.org
> t: +44 (0) 7092016595           | 10% Donation on every FreeBSD product
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to