i just bought a script for php and its using alot of memory
how can i increase the memory size?
Maximum Amount Of Memory A Script May Consume
Maximum Amount Of Memory A Script May Consume
Maximum Amount Of Memory A Script May Consume
Post Description:
Post Tags: maximum, amount, of, memory, a, script, may, consume
This Post Has Been Viewed 97 Times Since Tue Apr 15, 2008 8:35 am Posted By makrs with 1 replies
Post Description:
Post Tags: maximum, amount, of, memory, a, script, may, consume
This Post Has Been Viewed 97 Times Since Tue Apr 15, 2008 8:35 am Posted By makrs with 1 replies
| Maximum Amount Of Memory A Script May Consume |
Leave Your Comments [ dejar commentarios ]
Comments and replies About Maximum Amount Of Memory A Script May Consume
:: 1 :: #50250 - Reply By hostman On Tue Apr 15, 2008 8:36 am
open your php.ini file and look for this :
memory_limit = 8M
just change it to a higher number like this for example
memory_limit = 16M
memory_limit = 8M
just change it to a higher number like this for example
memory_limit = 16M

