Well I upped register and shadow and changed the last line of this file from 50 to 100, reran rebuild_zebra.pl -r -b -w - and it got to about 34000 again and said - Out of memory and then died. oy! David Schuster I'm going to attempt the -k to see if that helps this round... Shouldn't but doesn't hurt when you are stuck. Galen Charlton wrote:
Hi,
On Thu, Sep 4, 2008 at 12:10 PM, David Schuster <dschust1@tx.rr.com> wrote:
1 - OK so when I run the reindex_zebra.pl with -r -w -b (I think those are the switches) I'm getting up to almost 34,000 records indexed and then getting Out of memory!
I've loaded - I believe - about 250,000 records. Surely I can reindex without loading it all into memory...?? What am I missing?
You probably need to bump up the maximum size that Zebra allows for its register and shadow. These are set in zebra-biblios.cfg, Look for entries like this:
register: /path/to/biblios/register:4G shadow: /path/to/biblios/shadow:4G
The "4G" indicates that the register's maximum size is 4 gigabytes.
2 - what sql or? can I run to actually verify how many Biblio and items I have loaded into Koha?
select count(*) from biblio; select count(*) from items;
Regards,
Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- View this message in context: http://www.nabble.com/reindex_zebra.pl---out-of-memory-tp19315345p19338637.h... Sent from the Koha - Discuss mailing list archive at Nabble.com.