[SOLVED] Re: Error while indexing a big JSON

2015-02-12 Thread Luca Morandini
On 10/02/15 13:38, Luca Morandini wrote: Dear CouchDB community, I am trying to process a large JSON (~11MB) with a view, but this operaiton fails: This issue was solved by increasing the stack size, as described in

Re: Error while indexing a big JSON

2015-02-10 Thread Luca Morandini
On 10/02/15 17:02, Wendall Cada wrote: You're running into the couchjs stack size limit, and the process is being killed. Thanks, but I tried that already, to no avail: couchjs -S 1073741824 large.js SyntaxError: invalid label Stacktrace: @large.js:3 Failed to execute script.

Error while indexing a big JSON

2015-02-09 Thread Luca Morandini
Dear CouchDB community, I am trying to process a large JSON (~11MB) with a view, but this operaiton fails: [Fri, 07 Nov 2014 04:38:20 GMT] [info] [0.3493.1] Starting index update for db: join88b760bd3b0346e09c7ca2d6c9a54215 idx: _design/join [Fri, 07 Nov 2014 04:38:32 GMT] [error] [0.3498.1]

Re: Error while indexing a big JSON

2015-02-09 Thread Stanley Iriele
One thing that van be happening is that you are hitting the RPC timeout for the view server. The real question is..why do you have an 11 mb file?. Would your project make sense it apart into smaller docs? On Feb 9, 2015 6:41 PM, Luca Morandini lmorand...@ieee.org wrote: Dear CouchDB community,

Re: Error while indexing a big JSON

2015-02-09 Thread Luca Morandini
On 10/02/15 13:44, Stanley Iriele wrote: One thing that van be happening is that you are hitting the RPC timeout for the view server. I used to happen, but I fixed that. The real question is..why do you have an 11 mb file?. Would your project make sense it apart into smaller docs? No, it