[Xapian-tickets] [Xapian] #358: Omega: omindex eating up all available physical memory

Xapian nobody at xapian.org
Sun Aug 9 14:04:01 BST 2009


#358: Omega: omindex eating up all available physical memory
----------------------+-----------------------------------------------------
 Reporter:  evoisard  |       Owner:  olly  
     Type:  defect    |      Status:  new   
 Priority:  normal    |   Milestone:        
Component:  Omega     |     Version:  1.0.12
 Severity:  normal    |    Keywords:        
Blockedby:            |    Platform:  Linux 
 Blocking:            |  
----------------------+-----------------------------------------------------

Comment(by olly):

 Assuming you're using GCC 3.4 or newer, could you try:

 {{{
 #!sh
 GLIBCXX_FORCE_NEW=1
 export GLIBCXX_FORCE_NEW
 }}}

 And then run omindex.

 This tells the C++ STL allocator not to horde memory it has previously
 allocated, which might be at least part of the issue here.

-- 
Ticket URL: <http://trac.xapian.org/ticket/358#comment:2>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list