php - True meaning of memory exhaustion error? -


i got pretty standard looking error:

allowed memory size of 134217728 bytes exhausted (tried allocate 343982 bytes)

except says cannot allocate 0.34 mb out of 134mb.

all answers google point adding more memory script, however, not see why need add more memory script has 394x it's memory requirements.

how possible?

for details sake run:

  • php 5.5
  • nginx 1.6
  • ubuntu 14.01

at point of exhaustion, 128mb tried allocate further 0.33mb. cant because has reached limit of 128mb.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -