I'm trying to run http://localhost/apc.php
on Windows Server. And occasionally I get this error:
C:\PHP\php-cgi.exe - The FastCGI process exited unexpectedly
Sometimes it throws this error sometimes it does not. I can test by just refreshing the apc.php
file.
PHP Log doesn't show any related error. What can be the possibl开发者_StackOverflow社区e cause?
The specs of the server is below:
Intel R Xeon CPU 3GHZ 3GHZ
2GB RAM
64bit
APC & Server specification
3.1.7-dev
PHP Version 5.3.6
APC Host localhost
Server Software Microsoft-IIS/7.5
Shared Memory 1 Segment(s) with 1024.0 MBytes
(IPC shared memory, File Locks locking)
extension=php_apc.dll
apc.shm_size=1024M
apc.num_files_hint=10000
apc.user_entries_hint=10000
apc.max_file_size=5M
精彩评论