Couchbase crashes
Tue, 02/14/2012 - 02:47
Hi,
We are seeing problems with our test node crashing when we run a migration script (in PHP) between Couchbase and elasticsearch.
The migration script is using a tap python script to get each id from a bucket, then in PHP it loads the documents one by one from Couchbase to process and send to elasticsearch.
During this process it happens that Couchbase crashes. If I check the log in Couchbase Console there isn't any information about the crash. Is this logged somewhere else?
Thanks,
Marcus
Some more information:
We did check the processes while running this and it's crashing because it runs out of memory. We checked the processes and memcached is running stable on around 3 GB of ram during the entire process, but the beam.smp process is going from around 1 GB to around 7 GB before it's crashes.