svn :现有连接被远程主机强制关闭

发布于 2024-12-05 01:18:03 字数 137 浏览 0 评论 0原文

任何人都可以帮我解决这个问题吗?

当我尝试在 linux 中访问 apache subversion 时遇到这个问题

“现有连接被远程主机强制关闭”,我无法通过谷歌搜索解决方案可以帮助我解决这个问题,

提前致谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三寸金莲 2024-12-12 01:18:03

我对 SVN 也有同样的问题,它与 Linux 可以使用的文件限制有关,尝试运行:

ulimit -a

我的解决方案是使用 -n 开关增加每个进程的“打开文件”。

祝你好运。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文