6

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1540673 bytes) in /home/appdev/glicious/Nutrition.php on line 41

If you haven't noticed, 134217728 is two orders of magnitude greater than 1540673.

1 Answer 1

17

The first number is the maximum amount you can allocate, the second is the amount you attempted to allocate that bumped you over the edge. You could have had (first number - 1) bytes allocated already...

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.