Closed GoogleCodeExporter closed 8 years ago
How many databases are there? I think there might be an issue with the number
of open files your operating system allows any process to have at a time. Since
you seem to be using something UNIXish, have a look at raising the number of
open files allowed using the ulimit command. I'm fairly sure this is not a bug
in CouchDB-Python.
Original comment by djc.ochtman
on 12 Jul 2012 at 7:00
There is just one database in the server, on which I couldn't do any other
operation(insersion, deletion, query etc). ulimit command gives the answers
"unlimited". I am open to suggestions. Because I am new on this area, I need
and appriciate your helps.
I forgot to indicate the operating system. It is Ubuntu 12.04 LTS
Original comment by shn...@gmail.com
on 12 Jul 2012 at 7:05
Still, it's a problem with your OS-level setup. You should probably ask this on
user@couchdb.apache.org. I should also mention you seem to be running an
exceedingly old version of CouchDB; you might want to try something newer.
Original comment by djc.ochtman
on 12 Jul 2012 at 7:12
Original issue reported on code.google.com by
shn...@gmail.com
on 12 Jul 2012 at 6:54