Hi guys,
We got this error on one of our indexes:
011 Can't alloc 97224009 bytes of memory via fdbi_allocbuf: Not enough space in
the function wtix_addmerge
000 Abandoning index /reindex/bankofamerica/tbldoc/idxmtbldoc_DOCTEXT due to err
ors
000 SQL failed
Another of our indexes failed with this:
011 Can't alloc 64577264 bytes of memory: Not enough space in the function putkloc
000 Abandoning index /reindex/bankofamerica/tbldoc/idxmtbldoc due to errors
We were running these commands from the bourne shell:
create metamorph inverted index idxmtbldoc_DOCTEXT on mytable(somefield)
create metamorph inverted index idxmtbldoc on mytable(somefield\someotherfield\anotherfield)
Admittedly, the DOCTEXT field is pretty big; its .dat file is maybe 3 GB in size after a successful reindex, but we *have* reindexed it successfully before, and the field has essentially been the same size over the last few reindexes we've run. Doesn't make sense why it would blow up now.
Maybe there are some Solaris (that's what we're using, with 4 GB of RAM) parameters we need to tune? The drive this database is sitting on is only 25% full, so I don't think it's a case of our running out of disk space.
We're using the Solaris version of Thunderstone, version 4.00.1019027849. Thanks for your help.
We got this error on one of our indexes:
011 Can't alloc 97224009 bytes of memory via fdbi_allocbuf: Not enough space in
the function wtix_addmerge
000 Abandoning index /reindex/bankofamerica/tbldoc/idxmtbldoc_DOCTEXT due to err
ors
000 SQL failed
Another of our indexes failed with this:
011 Can't alloc 64577264 bytes of memory: Not enough space in the function putkloc
000 Abandoning index /reindex/bankofamerica/tbldoc/idxmtbldoc due to errors
We were running these commands from the bourne shell:
create metamorph inverted index idxmtbldoc_DOCTEXT on mytable(somefield)
create metamorph inverted index idxmtbldoc on mytable(somefield\someotherfield\anotherfield)
Admittedly, the DOCTEXT field is pretty big; its .dat file is maybe 3 GB in size after a successful reindex, but we *have* reindexed it successfully before, and the field has essentially been the same size over the last few reindexes we've run. Doesn't make sense why it would blow up now.
Maybe there are some Solaris (that's what we're using, with 4 GB of RAM) parameters we need to tune? The drive this database is sitting on is only 25% full, so I don't think it's a case of our running out of disk space.
We're using the Solaris version of Thunderstone, version 4.00.1019027849. Thanks for your help.