<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>problem about memory usage about eAccelerator under php-fpm</title>
<description>The problem is:
every php-fpm child is stand alone process
so eA's shm_size will assign for every php child process.
if your shm_size is 64M
and you have open 200 PHP child
then you need 64M * 200 = 12800M RAM!!!
though it is VIRT,but you will use SWAP soon.</description><link>http://forum.nginx.org/read.php?3,3281,3281#msg-3281</link><lastBuildDate>Sat, 25 May 2013 15:34:41 -0400</lastBuildDate>
<generator>Phorum 5.2.16</generator>
<item>
<guid>http://forum.nginx.org/read.php?3,3281,218593#msg-218593</guid>
<title>Re: problem about memory usage about eAccelerator under php-fpm</title><link>http://forum.nginx.org/read.php?3,3281,218593#msg-218593</link><description><![CDATA[Adrenalin Wrote:<br />-------------------------------------------------------<br />&gt; Maybe you should make shm_size lower in this<br />&gt; case.<br />&gt; Do you really need 64M for every process ? Do you<br />&gt; really need 200 child ?<br />&gt;<br /><br /><br />How to set the memory for every process?]]></description>
<dc:creator>etrader</dc:creator>
<category>Php-fpm Mailing List - English</category><pubDate>Fri, 18 Nov 2011 23:20:09 -0500</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?3,3281,204531#msg-204531</guid>
<title>Re: problem about memory usage about eAccelerator under php-fpm</title><link>http://forum.nginx.org/read.php?3,3281,204531#msg-204531</link><description><![CDATA[I think he was right, the php-cgi will continue to consume memory - it is NOT SHR, it is RES.]]></description>
<dc:creator>jamestanit</dc:creator>
<category>Php-fpm Mailing List - English</category><pubDate>Mon, 06 Jun 2011 23:05:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?3,3281,3310#msg-3310</guid>
<title>Re: problem about memory usage about eAccelerator under php-fpm</title><link>http://forum.nginx.org/read.php?3,3281,3310#msg-3310</link><description><![CDATA[Maybe you should make shm_size lower in this case.<br />Do you really need 64M for every process ? Do you really need 200 child ?<br /><br />On Wed, Jun 24, 2009 at 2:27 AM, Yorgo Sun&lt;yorgosun@gmail.com&gt; wrote:<br />&gt; if you use &quot;top&quot; to watch all the php processes. I think you said the column<br />&gt; is SHR. It means share memory. so, all the processes will share the memory,<br />&gt; not use 64M*200's RAM.<br />&gt; the RES is really physics memory used.<br />&gt;<br />&gt; 2009/6/23 code_tin &lt;code.tin@gmail.com&gt;<br />&gt;&gt;<br />&gt;&gt; The problem is:<br />&gt;&gt; every php-fpm child is stand alone process<br />&gt;&gt; so eA's shm_size will assign for every php child process.<br />&gt;&gt; if your shm_size is 64M<br />&gt;&gt; and you have open 200 PHP child<br />&gt;&gt; then you need 64M * 200 = 12800M RAM!!!<br />&gt;&gt; though it is VIRT,but you will use SWAP soon.<br />&gt;<br />&gt;<br />&gt;<br />&gt; --<br />&gt; ]]></description>
<dc:creator>Adrenalin</dc:creator>
<category>Php-fpm Mailing List - English</category><pubDate>Tue, 23 Jun 2009 22:02:08 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?3,3281,3309#msg-3309</guid>
<title>Re: problem about memory usage about eAccelerator under php-fpm</title><link>http://forum.nginx.org/read.php?3,3281,3309#msg-3309</link><description><![CDATA[if you use &quot;top&quot; to watch all the php processes. I think you said the column<br />is SHR. It means share memory. so, all the processes will share the memory,<br />not use 64M*200's RAM.<br />the RES is really physics memory used.<br /><br />2009/6/23 code_tin<br /><br />&gt;<br />&gt; The problem is:<br />&gt; every php-fpm child is stand alone process<br />&gt; so eA's shm_size will assign for every php child process.<br />&gt; if your shm_size is 64M<br />&gt; and you have open 200 PHP child<br />&gt; then you need 64M * 200 = 12800M RAM!!!<br />&gt; though it is VIRT,but you will use SWAP soon.<br />&gt;<br /><br /><br /><br />--<br />孙绍轩 Yorgo Sun]]></description>
<dc:creator>Yorgo Sun</dc:creator>
<category>Php-fpm Mailing List - English</category><pubDate>Tue, 23 Jun 2009 20:27:06 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?3,3281,3301#msg-3301</guid>
<title>Re: problem about memory usage about eAccelerator under php-fpm</title><link>http://forum.nginx.org/read.php?3,3281,3301#msg-3301</link><description><![CDATA[or APC.<br /><br /><br />2009/6/23 Meto &lt;meto@xgame.pl&gt;:<br />&gt;<br />&gt; Use xcache instead - i have no such problem.<br />&gt;<br />&gt; ---<br />&gt; Pozdrawiam,<br />&gt;<br />&gt; Maciek `meto` Wójcikowski<br />&gt; meto@xgame.pl<br />&gt; http://xgame.pl<br />&gt;<br />&gt; -----Original Message-----<br />&gt; From: highload-php-en@googlegroups.com<br />&gt; [mailto:highload-php-en@googlegroups.com] On Behalf Of code_tin<br />&gt; Sent: Tuesday, June 23, 2009 9:31 AM<br />&gt; To: highload-php-en<br />&gt; Subject: problem about memory usage about eAccelerator under php-fpm<br />&gt;<br />&gt;<br />&gt; The problem is:<br />&gt; every php-fpm child is stand alone process<br />&gt; so eA's shm_size will assign for every php child process.<br />&gt; if your shm_size is 64M<br />&gt; and you have open 200 PHP child<br />&gt; then you need 64M * 200 = 12800M RAM!!!<br />&gt; though it is VIRT,but you will use SWAP soon.<br />&gt;<br />&gt;]]></description>
<dc:creator>mike</dc:creator>
<category>Php-fpm Mailing List - English</category><pubDate>Tue, 23 Jun 2009 12:21:20 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?3,3281,3283#msg-3283</guid>
<title>RE: problem about memory usage about eAccelerator under php-fpm</title><link>http://forum.nginx.org/read.php?3,3281,3283#msg-3283</link><description><![CDATA[Use xcache instead - i have no such problem.<br /><br />---<br />Pozdrawiam,<br /><br />Maciek `meto` W]]></description>
<dc:creator>Meto</dc:creator>
<category>Php-fpm Mailing List - English</category><pubDate>Tue, 23 Jun 2009 06:01:28 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?3,3281,3281#msg-3281</guid>
<title>problem about memory usage about eAccelerator under php-fpm</title><link>http://forum.nginx.org/read.php?3,3281,3281#msg-3281</link><description><![CDATA[The problem is:<br />every php-fpm child is stand alone process<br />so eA's shm_size will assign for every php child process.<br />if your shm_size is 64M<br />and you have open 200 PHP child<br />then you need 64M * 200 = 12800M RAM!!!<br />though it is VIRT,but you will use SWAP soon.]]></description>
<dc:creator>code_tin</dc:creator>
<category>Php-fpm Mailing List - English</category><pubDate>Tue, 23 Jun 2009 03:30:44 -0400</pubDate></item>
</channel>
</rss>