I've increased the memory_limit to 128M and it seems to be okay now. Thanks
eventhough wrote: > > Hello, > > I am getting this fatal error when I try to optimize my index: > > Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to > allocate 42 bytes) > > I am currently indexing about 116,000 items. Total index size is about > 60MB. > > Lucene settings: > $MAX_BUFFERED_DOCS = 100; > $MERGE_FACTOR = 20; > > Does anybody know how I can reduce the memory footprint of the optimize > function? > > Thanks! > -- View this message in context: http://www.nabble.com/Lucene-Optimize-Memory-Exhausted-tp19823729p19845661.html Sent from the Zend Framework mailing list archive at Nabble.com.
