1

I'm trying to append data to a Zend_Search_Lucene index but I'm getting a memory limit error on a line of on line 1584 of Zend_Search_Lucene_Index_SegmentInfo that has this

 $bitCount = count(bitset_to_array($delBytes));

It runs fine on our development servers, but when ported to another server that's when I get the error. The difference between the two is that the one that works is a 32-bit server and the one where it doesn't work is a 64-bit server. I suspect this is the reason and would like to know if anyone else encountered this issue and is there a patch available (I'm trying to avoid having to rework the solution to be 32-bit)

Paul T.
  • 4,703
  • 11
  • 25
  • 29
Akeem
  • 7,897
  • 5
  • 32
  • 41
  • are you sure the php memory limit is the same on all machines? – Tom Haigh Jun 05 '09 at 08:22
  • Well on the machine I increased the limit to accomodate to the error but realized it was a deeer issue once I increased the limit to 512MB – Akeem Jun 05 '09 at 19:47

0 Answers0