php.ini - "memory_limit = -1" ???
I'm wondering if it is a method of stating 'no limit' or some such thing? Which I suppose would mean I could just leave it be rather than edit it to 192M. Can anyone shine some light on it?
Thanks
1 Reply
-1 means no memory limit:
> This sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts for eating up all available memory on a server. Note that to have no memory limit, set this directive to -1.