out of memory with 512m...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mentalrz
    Senior Member
    • Sep 2004
    • 538
    • 1.1.x

    out of memory with 512m...

    It seems I cannot avoid memory errors even with 512m asigned to php... any advice?

    Fatal error: Out of memory (allocated 32243712) (tried to allocate 122880 bytes) in /home/x/public_html/forum/includes/class_postbit.php(294) : eval()'d code on line 82

    thanks.
  • mentalrz
    Senior Member
    • Sep 2004
    • 538
    • 1.1.x

    #2
    ttt

    Comment

    • ENF
      Senior Member
      • Apr 2002
      • 2677
      • 3.8.11

      #3
      Originally posted by mentalrz
      It seems I cannot avoid memory errors even with 512m asigned to php... any advice?

      Fatal error: Out of memory (allocated 32243712) (tried to allocate 122880 bytes) in /home/x/public_html/forum/includes/class_postbit.php(294) : eval()'d code on line 82

      thanks.
      It says allocated is 32243712 bytes, which is ~31mb. It's trying to add 122880 bytes, which is ~1mb.

      512mb for php, really?
      To be updated...

      Comment

      • mentalrz
        Senior Member
        • Sep 2004
        • 538
        • 1.1.x

        #4
        Yes, Really .. lol. SQL is on a seperate node to the web so there are plenty of resources.

        Comment

        • kmike
          Senior Member
          • Sep 2003
          • 701
          • 3.8.x

          #5
          You should check your real memory_limit by looking in phpinfo output. It doesn't seem that it's currently at 512M.

          Comment

          • mentalrz
            Senior Member
            • Sep 2004
            • 538
            • 1.1.x

            #6
            PHP output;

            memory_limit512M512M

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...