I'm trying to index a 1.5GB couchdb database with the CouchDB river but I'm
getting memory issues. elasticsearch.conf is
The river and index were created with https://gist.github.com/1156889 . The
node on which the river is running has 1.4GB of memory allocated to the JVM.
I end up running in to OOM errors after a couple of minutes: https://gist.github.com/1156931 . I'm also getting mapper exceptions on
interpreting dates but I assume these are a separate issue. What should I
be expecting the memory usage to look like?
I'm trying to index a 1.5GB couchdb database with the CouchDB river but I'm
getting memory issues. elasticsearch.conf is gist:1156885 · GitHub
The river and index were created with gist:1156889 · GitHub .
The node on which the river is running has 1.4GB of memory allocated to the
JVM. I end up running in to OOM errors after a couple of minutes: gist:1156931 · GitHub . I'm also getting mapper exceptions on
interpreting dates but I assume these are a separate issue. What should I
be expecting the memory usage to look like?
I'm trying to index a 1.5GB couchdb database with the CouchDB river but
I'm getting memory issues. elasticsearch.conf is gist:1156885 · GitHub
The river and index were created with gist:1156889 · GitHub .
The node on which the river is running has 1.4GB of memory allocated to the
JVM. I end up running in to OOM errors after a couple of minutes: gist:1156931 · GitHub . I'm also getting mapper exceptions on
interpreting dates but I assume these are a separate issue. What should I
be expecting the memory usage to look like?
How big are the docs you are trying to index? I wonder if its not indexing
fast enough as its pulling data from couchdb (and we probably need a way to
throttle if that happens). How many nodes are you running?
I'm trying to index a 1.5GB couchdb database with the CouchDB river but
I'm getting memory issues. elasticsearch.conf is gist:1156885 · GitHub
The river and index were created with gist:1156889 · GitHub .
The node on which the river is running has 1.4GB of memory allocated to the
JVM. I end up running in to OOM errors after a couple of minutes: gist:1156931 · GitHub . I'm also getting mapper exceptions on
interpreting dates but I assume these are a separate issue. What should I
be expecting the memory usage to look like?
On Mon, Aug 22, 2011 at 10:01 PM, Shay Banon kimchy@gmail.com wrote:
How big are the docs you are trying to index? I wonder if its not indexing
fast enough as its pulling data from couchdb (and we probably need a way to
throttle if that happens). How many nodes are you running?
I'm trying to index a 1.5GB couchdb database with the CouchDB river but
I'm getting memory issues. elasticsearch.conf is gist:1156885 · GitHub
The river and index were created with gist:1156889 · GitHub .
The node on which the river is running has 1.4GB of memory allocated to the
JVM. I end up running in to OOM errors after a couple of minutes: gist:1156931 · GitHub . I'm also getting mapper exceptions
on interpreting dates but I assume these are a separate issue. What should
I be expecting the memory usage to look like?
I suspect the index rate is probably the issue. I was originally running 3
ec2 large 32bit nodes, as per the original post. I've subsequently just
written my own "river" which I presume due to its poor efficiency is working
fine. I'll have to get back to you on the document size...
I suspect the index rate is probably the issue. I was originally running 3
ec2 large 32bit nodes, as per the original post. I've subsequently just
written my own "river" which I presume due to its poor efficiency is
working
fine. I'll have to get back to you on the document size...
I suspect the index rate is probably the issue. I was originally running
3
ec2 large 32bit nodes, as per the original post. I've subsequently just
written my own "river" which I presume due to its poor efficiency is
working
fine. I'll have to get back to you on the document size...
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.