Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 10 matches
- Mon Sep 08, 2014 9:48 am
- Forum: General Discussion
- Topic: Changelog 0.9.8 Release 10 (Unofficial)
- Replies: 21
- Views: 23309
Re: Changelog 0.9.8 Release 10 (Unofficial)
Hope it can release as soon as possible
Great work vestacp team
Great work vestacp team
- Fri Mar 28, 2014 2:04 am
- Forum: Web Server
- Topic: php.ini
- Replies: 48
- Views: 143496
Re: php.ini
May I ask what files are the config files of phpfcgi?
- Fri Mar 21, 2014 2:28 am
- Forum: Web Server
- Topic: php-cgi eat up the memory
- Replies: 16
- Views: 61357
Re: php-cgi eat up the memory
I think I solved the problem.
I dig many articles and there are some parameter need to add if someone face same problem
Acrossing to the document from apache, http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
PHP_FCGI_CHILDREN should set to 0 due to any child processes created by PHP will not ...
I dig many articles and there are some parameter need to add if someone face same problem
Acrossing to the document from apache, http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
PHP_FCGI_CHILDREN should set to 0 due to any child processes created by PHP will not ...
- Thu Mar 20, 2014 4:27 am
- Forum: Web Server
- Topic: php-cgi eat up the memory
- Replies: 16
- Views: 61357
Re: php-cgi eat up the memory
I had unloaded php-apc
I tried use default settings before, it will use less memory at beginning, but it will slowly increase the memory usage, after 3-4 days, it will use up 2GB ram + 1GB swap.
I had change the default settings and reboot, after 18hr, it used most memory.
https://lh4 ...
I tried use default settings before, it will use less memory at beginning, but it will slowly increase the memory usage, after 3-4 days, it will use up 2GB ram + 1GB swap.
I had change the default settings and reboot, after 18hr, it used most memory.
https://lh4 ...
- Wed Mar 19, 2014 4:05 am
- Forum: Web Server
- Topic: php-cgi eat up the memory
- Replies: 16
- Views: 61357
Re: php-cgi eat up the memory
I close them because there are some unknow pop3 and imap process
so I close it and want to free more memory
I tried cat /proc/meminfo
Here is the result
https://lh3.googleusercontent.com/-AZmwccmxLRs/UykWxiz7sAI/AAAAAAAAC18/GzUCn58Ar-c/w229-h688-no/meminfo.png
My VPS only have 1 website right ...
so I close it and want to free more memory
I tried cat /proc/meminfo
Here is the result
https://lh3.googleusercontent.com/-AZmwccmxLRs/UykWxiz7sAI/AAAAAAAAC18/GzUCn58Ar-c/w229-h688-no/meminfo.png
My VPS only have 1 website right ...
- Tue Mar 18, 2014 8:31 am
- Forum: Web Server
- Topic: php-cgi eat up the memory
- Replies: 16
- Views: 61357
Re: php-cgi eat up the memory
Thanks
Is there anyway to let vesta kill the zombin processes?
The php-cgi process should auto close when they finish their job.
Is there anyway to let vesta kill the zombin processes?
The php-cgi process should auto close when they finish their job.
- Mon Mar 17, 2014 3:51 am
- Forum: Web Server
- Topic: php-cgi eat up the memory
- Replies: 16
- Views: 61357
Re: php-cgi eat up the memory
I just build a new server with CentOS 6.5 x64, and just install Vesta CP, and haven't transfer any website yet
It already used about 1GB memory, the httpd used 4217 mb (527.125MB)
Is it used too much memory? I tried other CP but seems they use much less memory
https://lh5.googleusercontent.com ...
It already used about 1GB memory, the httpd used 4217 mb (527.125MB)
Is it used too much memory? I tried other CP but seems they use much less memory
https://lh5.googleusercontent.com ...
- Sun Mar 16, 2014 12:12 pm
- Forum: Web Server
- Topic: php-cgi eat up the memory
- Replies: 16
- Views: 61357
Re: php-cgi eat up the memory
I tried config the php-fpm config file to this value
pm = dynamic
pm.max_children = 4
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.max_requests = 20
but it doesn't help, it still use 2GB ram + 2GB swap
pm = dynamic
pm.max_children = 4
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.max_requests = 20
but it doesn't help, it still use 2GB ram + 2GB swap
- Fri Mar 14, 2014 4:13 pm
- Forum: Web Server
- Topic: php-cgi eat up the memory
- Replies: 16
- Views: 61357
php-cgi eat up the memory
I had transfer from virtualmin to Vesta in these days.
My VPS have 2GB ram
When I was in Virtualmin, I use fastcgi and it only use about 500MB ram
After transftered to Vesta, I use phpfcgid, it opened over 160 php-cgi processes and eat up 2GB ram and then use about 700MB swap files
But it's only 2-3 ...
My VPS have 2GB ram
When I was in Virtualmin, I use fastcgi and it only use about 500MB ram
After transftered to Vesta, I use phpfcgid, it opened over 160 php-cgi processes and eat up 2GB ram and then use about 700MB swap files
But it's only 2-3 ...
- Fri Mar 14, 2014 5:36 am
- Forum: Web Server
- Topic: php.ini
- Replies: 48
- Views: 143496
Re: php.ini
Is there any per-user php.ini in Vesta?