Reputation: 557
can any help me solving this problem?
I'm getting this problem when i am trying to access apache subversion in linux
"an existing connection was forcibly closed by the remote host ",i'm not able to google the solution can any help me out from this problem
thanks in advance.
Upvotes: 1
Views: 4168
Reputation: 544
I have the same problem with SVN and it was related to the file limit that Linux can use, try to run:
ulimit -a
The solution for me was to increase the 'open files' per process using the -n switch.
Good luck.
Upvotes: 1