PassMark Logo
Home » Forum

Memory exhausted

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shoels
    Junior Member
    • Sep 2006
    • 4

    #1

    Memory exhausted

    On one particular search, I get this response:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /homepages/44/d101770084/htdocs/search.php on line 1004

    Can you help?
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    This is a server side configuration problem. This is due to the memory limits set on your web server for PHP scripts being too low.

    Possible solutions are listed here,
    http://www.wrensoft.com/zoom/support...hp_outofmemory

    ---
    David

    Comment

    • shoels
      Junior Member
      • Sep 2006
      • 4

      #3
      Thanks. That solved the problem.

      Comment

      • CHIPS
        Junior Member
        • Jul 2008
        • 14

        #4
        Tried method 3 at both 64M and 128M - message remains 33554432 bytes exhausted. After several tries can't get cgi to work

        Comment

        • David
          Administrator
          • Dec 2004
          • 4714

          #5
          CHIPS, What was your exact error message, in full. This "Memory exhausted" error would normally only happen with PHP scripts, not a CGI.

          Comment

          Working...