PassMark Logo
Home » Forum

Allowed memory size of ##### bytes exhausted

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abdmatrix
    Junior Member
    • Nov 2010
    • 10

    #1

    Allowed memory size of ##### bytes exhausted

    I receive the following error message when attempting to index a folder containing several hundred pdf files: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /search.php on line 1571

    This error points to a line in the search.php file. Any ideas why this error is occurring and how to fix it?

    Thanks
  • abdmatrix
    Junior Member
    • Nov 2010
    • 10

    #2
    Solved Problem

    Problem solved. I had to increase the memory limit in my php.ini file. Thanks.

    Comment

    • David
      Administrator
      • Dec 2004
      • 4714

      #3
      For others with this problem, see this FAQ
      Q. "Fatal error: Allowed memory size of 8388608 bytes exhausted..." or similar error message

      Comment

      Working...