just tried setting in ubuntu: ulimit 20000
and that seems to have done the trick for me cheers On Wednesday, October 29, 2014 12:03:44 PM UTC-5, [email protected] wrote: > > Did you guys manage to resolve this? Im having the exact same situation on > 2.0 SNAPSHOT > > I am creating one on the server (never closing) > Constants.orientDBfactory = new OrientGraphFactory(Constants.orientDBURL, > x, y).setupPool(1, 50); > > > and on every DB call: > OrientGraph graph = Constants.orientDBfactory.getTx(); > > ... > graph.shutdown(); > > if I test having 150 concurrent users performing 1 call around 5 seconds. > and I noticed the app hangs after some time, on the graph.shutdown() with > the error: > 2014-10-29 12:30:03:209 WARNING Reached maximum number of concurrent > connections (1000), reject incoming connection from ... > > > any clues? > > > On Sunday, March 2, 2014 10:20:30 AM UTC-5, vaclav77 wrote: >> >> Sorry, it was meant to be 1.7-rc*1* >>>> >>> -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
