map_retries 220 ext/opcache/shared_alloc_win32.c int map_retries = 0; map_retries 252 ext/opcache/shared_alloc_win32.c if (++map_retries >= MAX_MAP_RETRIES) { map_retries 256 ext/opcache/shared_alloc_win32.c Sleep(1000 * (map_retries + 1)); map_retries 264 ext/opcache/shared_alloc_win32.c if (map_retries == MAX_MAP_RETRIES) {