True meaning of memory exhaustion error?

Sammaye

I recently got this pretty standard looking error:

Allowed memory size of 134217728 bytes exhausted (tried to allocate 343982 bytes)

Except it says it cannot allocate 0.34 MB out of 134MB.

All the answers from Google point to adding more memory to the script, however, I do not see why I need to add more memory to a script that already has 394x it's memory requirements.

How is this possible?

For details sake I run:

  • PHP 5.5
  • Nginx 1.6
  • Ubuntu 14.01
craig1231

At the point of exhaustion, which is 128MB it tried to allocate a further 0.33MB. But it cant because it has already reached its limit of 128MB.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Detect memory exhaustion in the browser before it crashes

From Dev

Celery and RabbitMQ eventually stopping due to memory exhaustion

From Dev

Why does this code cause memory exhaustion?

From Dev

Strategy for recovering from NULL == malloc() due to memory exhaustion

From Dev

Strategy for recovering from NULL == malloc() due to memory exhaustion

From Dev

How does Windows deal with process memory or resource exhaustion?

From Dev

Meaning of Memory support for Ryzen

From Dev

How to handle CWE-400-Resource exhaustion error

From Dev

jQuery: What is the meaning of "? true:false"?

From Dev

Memory profiling of MATLAB columns meaning

From Dev

What is the meaning of the read memory barrier?

From Dev

meaning of "memory ordering obeys causality"?

From Dev

Meaning of the 'Memory' column in the System Monitor

From Dev

What is meaning of this java error

From Dev

What is meaning of this java error

From Dev

Meaning of this error in Eclipse

From Dev

"Memory IS RAM!" - How true is this?

From Java

What is the meaning of bind = True keyword in celery?

From Dev

what is the meaning of this? setTimeOut(() => this.active=true, 0)

From Dev

What is the meaning of scope:true in angularjs directive

From Dev

What is the meaning of bind = True keyword in celery?

From Dev

What is _once's true meaning in file manipulation?

From Dev

what is the meaning of this? setTimeOut(() => this.active=true, 0)

From Dev

Meaning of declaration of Memory map in flattened device tree

From Dev

What is the meaning of this Upstart init error?

From Dev

Meaning of error numbers in Python exceptions

From Dev

What is the meaning of this Upstart init error?

From Dev

The meaning of & as function parameter in a compile error

From Dev

What is meaning of error: Uncaught Error: [$injector:nomod]

Related Related

  1. 1

    Detect memory exhaustion in the browser before it crashes

  2. 2

    Celery and RabbitMQ eventually stopping due to memory exhaustion

  3. 3

    Why does this code cause memory exhaustion?

  4. 4

    Strategy for recovering from NULL == malloc() due to memory exhaustion

  5. 5

    Strategy for recovering from NULL == malloc() due to memory exhaustion

  6. 6

    How does Windows deal with process memory or resource exhaustion?

  7. 7

    Meaning of Memory support for Ryzen

  8. 8

    How to handle CWE-400-Resource exhaustion error

  9. 9

    jQuery: What is the meaning of "? true:false"?

  10. 10

    Memory profiling of MATLAB columns meaning

  11. 11

    What is the meaning of the read memory barrier?

  12. 12

    meaning of "memory ordering obeys causality"?

  13. 13

    Meaning of the 'Memory' column in the System Monitor

  14. 14

    What is meaning of this java error

  15. 15

    What is meaning of this java error

  16. 16

    Meaning of this error in Eclipse

  17. 17

    "Memory IS RAM!" - How true is this?

  18. 18

    What is the meaning of bind = True keyword in celery?

  19. 19

    what is the meaning of this? setTimeOut(() => this.active=true, 0)

  20. 20

    What is the meaning of scope:true in angularjs directive

  21. 21

    What is the meaning of bind = True keyword in celery?

  22. 22

    What is _once's true meaning in file manipulation?

  23. 23

    what is the meaning of this? setTimeOut(() => this.active=true, 0)

  24. 24

    Meaning of declaration of Memory map in flattened device tree

  25. 25

    What is the meaning of this Upstart init error?

  26. 26

    Meaning of error numbers in Python exceptions

  27. 27

    What is the meaning of this Upstart init error?

  28. 28

    The meaning of & as function parameter in a compile error

  29. 29

    What is meaning of error: Uncaught Error: [$injector:nomod]

HotTag

Archive