Is there a maximum or recommended limit to the amount of memory allocated to a PHP script.
Some queries on a MsSql database are breaking a temporary 72mb limit.
I feel comfortable increasing this to 128mb but how far can the limit be set?
And should the limit be multiples of 8mb or can say 100mb be allocated?
Some queries on a MsSql database are breaking a temporary 72mb limit.
I feel comfortable increasing this to 128mb but how far can the limit be set?
And should the limit be multiples of 8mb or can say 100mb be allocated?
Comment