PHP memory limit -1 unlinimited

401 Views Asked by At

In PHP 5.4 How much memory is allocated to a script, when we set memory_limit to -1 ?

Memory exhausted error will not come until all memory is exhausted .

But will this affect my other processes too? What is default memory allocated ? How it increases gradually ?

Would like to know how PHP Internals handling it, when we set memory_limit to -1.

0

There are 0 best solutions below