RE: does 16M give a counting overhead ?

php.internals

Andi Gutmans

20 years ago
This is the system limit info: http://linux.about.com/library/cmd/blcmdl2_setrlimit.htm It has nothing to do with PHP. The PHP limit is in the INI file and you can grep for that INI parameter in PHP. But again, it is something which is managed inside the Zend memory manager (zend_alloc.*) Andi

bertrand Gugger

20 years ago
Andi Gutmans wrote:
>This is the system limit info: >http://linux.about.com/library/cmd/blcmdl2_setrlimit.htm > >
this 8M limit is linux ?
>It has nothing to do with PHP. > >The PHP limit is in the INI file and you can grep for that INI parameter in >PHP. >
Sure , let us say there's no line memory_limit in it.
> But again, it is something which is managed inside the Zend memory >manager (zend_alloc.*) > >
Ah , so it's due to Zend ? Is it another mailing list to ask , then ?
-- toggg