Fatal error: Allowed memory size of ... bytes exhausted

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kimmo Laine

    Fatal error: Allowed memory size of ... bytes exhausted

    Hi!

    We've encountered a strange problem concerning memory usage. In the previous
    install the maximum memory amount per page was limited to 8 MB and it was
    never reached. Now, after upgrading both hardware and software, running the
    same scripts that used to be fine with 8 MB hit the roof all the time. The
    maximum memory allocation was set to 128 MB and still PHP encounters fatal
    errors with allowed memory size exhausted. Pardon my french, but what the
    fuck is this? Is there a possibility that there is some memoryleak bug in
    php or what?

    --
    "Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
    http://outolempi.net/ahdistus/ - Satunnaisesti päivittyvä nettisarjis
    spam@outolempi. net | rot13(xvzzb@bhg byrzcv.arg)


  • Kimmo Laine

    #2
    Re: Fatal error: Allowed memory size of ... bytes exhausted

    "Kimmo Laine" <spam@outolempi .netwrote in message
    news:7O_Uh.3788 0$jp4.16176@rea der1.news.sauna lahti.fi...
    Hi!
    >
    We've encountered a strange problem concerning memory usage. In the
    previous install the maximum memory amount per page was limited to 8 MB
    and it was never reached. Now, after upgrading both hardware and software,
    running the same scripts that used to be fine with 8 MB hit the roof all
    the time. The maximum memory allocation was set to 128 MB and still PHP
    encounters fatal errors with allowed memory size exhausted. Pardon my
    french, but what the fuck is this? Is there a possibility that there is
    some memoryleak bug in php or what?

    Okay, please ignore. Turned out I had a funny little bug in a test SQL query
    that instead of 1 row selected all 70k rows which indeed caused the issue.
    Oh boy is my face red now... ^_^

    --
    "Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
    http://outolempi.net/ahdistus/ - Satunnaisesti päivittyvä nettisarjis
    spam@outolempi. net | rot13(xvzzb@bhg byrzcv.arg)


    Comment

    Working...