Search
Home IIS.NET Forums IIS 7 and Above FastCGI Module PHP process recycled when reach 2 go ram
Last post Jul 03, 2017 02:06 AM by lextm
1 Post
Jul 02, 2017 01:28 PM|walid.azouzi|LINK
my configuration : dedicated server windows server 2012 32 go Ram iis 8
PHP process is killed when it reach 2 go ram i have configured the instanceMaxRequests , PHP_FCGI_MAX_REQUESTS.
8085 Posts
MVP
Jul 03, 2017 02:06 AM|lextm|LINK
https://blogs.msdn.microsoft.com/tom/2008/04/10/chat-question-memory-limits-for-32-bit-and-64-bit-processes/
It is the operating system limitation for 32 bit processes (such as PHP). PHP 64 bit on Windows should be used if you want to go beyond the limit.
1 Post
PHP process recycled when reach 2 go ram
Jul 02, 2017 01:28 PM|walid.azouzi|LINK
my configuration : dedicated server windows server 2012 32 go Ram iis 8
PHP process is killed when it reach 2 go ram i have configured the instanceMaxRequests , PHP_FCGI_MAX_REQUESTS.
8085 Posts
MVP
Re: PHP process recycled when reach 2 go ram
Jul 03, 2017 02:06 AM|lextm|LINK
https://blogs.msdn.microsoft.com/tom/2008/04/10/chat-question-memory-limits-for-32-bit-and-64-bit-processes/
It is the operating system limitation for 32 bit processes (such as PHP). PHP 64 bit on Windows should be used if you want to go beyond the limit.
https://lextudio.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.