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.
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??
MeMyselfandLinux
Member
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:
i even cant paste that on vanilla
any help is appreciated
ps:
i have read this
http://www.linuxatemyram.com/
Comments
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"?
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
Yes, adjust the php processes and IMO remove memcached.
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"?
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?
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.