On Mon, Nov 30, 2009 at 4:22 PM, Kenneth Gonsalves
<[email protected]>wrote:

> On Monday 30 Nov 2009 4:06:35 pm Kenneth Gonsalves wrote:
> > On Monday 30 Nov 2009 2:42:45 pm Zico wrote:
> > > Hi, i have been running a web service which is in IBM X3400 under
> Debian
> > > 5.0.  This service was really nice some days before; but, now, it is
> very
> > > slow. What sectors should i check for this slow motion? I think, you
> > >  experts can bring me some valuable advice. For your kind information,
> > >  there are apache, postgresql running there.
> > >
> >
> > apache should be the culprit - probably eating up memory. There are a lot
> >  of  tweaks, depending on what kind of service you are running.
> >
>
> for a start stop apache and start it. See if the speed improves and then
> gets
> slower over time. Tweaking Apache is great fun - but you could also think
> of
> using nginx.
> --
>


 This is good.Before going to check every thing kindly check your available
RAM.Because when  we are using DB , it occupies a lot of RAM.
 #free -m
now you can get available RAM and Free space also.
then run this command to clear cache in RAM
#sync
#echo 3 > /proc/sys/vm/drop_caches

Then you can get a lot of RAM to run your application


Regards,
Ramkumar C




-- 
www.opennetguru.com
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to