|
Posted by Ivαn Sαnchez Ortega on 03/02/07 01:01
Filipe Tomita wrote:
> Hi people,
>
> What the accepted maximum value for memory_limit of php.ini?
> I tried to place 4GB but the apache did not initiate, diminishes the
> value for 3gb and works but my application still is requesting more
> memory.
If your app *needs* to use more than 16M, you'd better have a good reason to
run that instead of optimizing it.
Check your algorithms, check that you're not creating variables in an
infinite loop, check that you're not wasting memory.
--
----------------------------------
IvΓ‘n SΓ‘nchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
Un ordenador no es un televisor ni un microondas, es una herramienta
compleja.
Navigation:
[Reply to this message]
|