Php Set No Memory Limit

[Solved] Php Set No Memory Limit | Php - Code Explorer | yomemimo.com
Question : php set no memory limit

Answered by : eswaran-m

//Unlimited momory limit
ini_set('memory_limit', '-1');
//Fixed memory limit
ini_set('memory_limit','2048M');

Source : | Last Update : Mon, 07 Dec 20

Answers related to php set no memory limit

Code Explorer Popular Question For Php