memory_limit 1g

How are you trying to set the memory limit? phpinfo() shows current PHP reserved memory limit, this is what is available...

memory_limit 1g

How are you trying to set the memory limit? phpinfo() shows current PHP reserved memory limit, this is what is available due to php.ini having that set as a ... , PHP memory_limit is per-script, just as a highway speed limit is per-vehicle. For example, although PHP's memory limit may be set high to 1GB, ...

相關軟體 WampServer 資訊

WampServer
WampServer 是一個流行的 Windows Web 開發環境,允許創建依賴於 Apache,PHP 和 MySQL 數據庫的應用程序。這個優秀的一體化軟件包擁有開發 Web 應用程序所需的一切功能,可以微調服務器並創建可供數百萬互聯網用戶訪問的強大網站服務。 WampServer 功能簡化了安裝過程和易於使用的工具,用於管理 Amache 和 MySQL 服務,輕鬆升級數據庫發布,管理服務... WampServer 軟體介紹

memory_limit 1g 相關參考資料
How to increase memory limit for PHP over 2GB? - Stack Overflow

Have you tried using the value in MB ? php_value memory_limit 2048M. Also try editing this value in php.ini not Apache.

https://stackoverflow.com

PHP : settings memory_limits > 1024M does not work - Stack Overflow

How are you trying to set the memory limit? phpinfo() shows current PHP reserved memory limit, this is what is available due to php.ini having that set as a ...

https://stackoverflow.com

PHP memory_limit – understanding and increasing this setting

PHP memory_limit is per-script, just as a highway speed limit is per-vehicle. For example, although PHP's memory limit may be set high to 1GB, ...

https://haydenjames.io

Using ini_set("memory_limit", "-1") and still out of memory ...

Memory limitation comes from the OS, not from PHP itself. Your script allocated 800MB and is trying to allocate further 500MB. Try to run the script on 64bit OS ...

https://stackoverflow.com