Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

is this normal usage??

edited March 2012 in Help

hello,i am a student and new to this server thing

recently i got a xen pv with 128/128 ram
i use centmin mod script to install nginx,mysql(mariadb@centmin) and php
and now i am experiencing this on my server:

http://pastebin.com/11m2pwfr

i even cant paste that on vanilla
any help is appreciated :)

ps:
i have read this
http://www.linuxatemyram.com/

Comments

  • tuxtux Member

    Yes, it normal but you should reduce amount of php-fpm processes.

  • Looks fine, you should lower the number of php processes in php-fpm.conf. What's the output of "free-m"?

  • edited March 2012

    how??

    thanks for commenting :)

    free -m
    total used free shared buffers cached
    Mem: 115 113 2 0 0 17
    -/+ buffers/cache: 95 19
    Swap: 127 126 1

  • LOL, you installed something and ask if it's normal that it's running :D

    Yes, adjust the php processes and IMO remove memcached.

  • edited March 2012

    hehehe,i am new to the land of penguin :)

    i try
    yum remove memcahed

    it give me

    Package(s) memcached available, but not installed.
    No Packages marked for removal

    looks i must googled for adjusting php processes
    thank you :)

  • Probably just as "memcache"?

  • @yomero said: Probably just as "memcache"?

    cant
    'No Match for argument: memcache
    Loading mirror speeds from cached hostfile
    * base: mirror.denit.net
    * epel: mirror.symnds.com
    * extras: mirror.denit.net
    * rpmforge: ftp-stud.fht-esslingen.de
    * updates: mirror.denit.net
    No Packages marked for removal'

  • Well, I am not a centos user, so... kill memcache or learn it lol!

    Someone may have a better idea :P

  • You might have to consider upgrading your RAM - what are you using the server for?

  • komokomo Member

    change settings in /etc/php5/fpm/pool.d/www.conf:
    pm.max_children
    pm.start_servers

    etc.

    set pm.start_servers to "2" to reduce your memory usage and after that start playing with other settings.

Sign In or Register to comment.