- 论坛徽章:
- 0
|
在redhat下构建源代码的时候,发现SVN update的操作很慢
装了一台Ubuntu的机后,发现svn update好像快了很多,
作了一下速度对比如下。。。。:
redhat
| [root@localhost svn]# time svn up
于修订版 4915。
real
0m29.266s
user
0m1.017s
sys
0m0.523s
[root@localhost svn]# time svn up
于修订版 4915。
real
0m26.348s
user
0m1.013s
sys
0m0.444s
[root@localhost svn]#
| Ubuntu
| [email=root@ubuntu127:/home/ant/svn/]root@ubuntu127:/home/ant/svn/[/email]# time svn up
At revision 4915.
real
0m0.930s
user
0m0.300s
sys
0m0.120s
[email=root@ubuntu127:/home/ant/svn/]root@ubuntu127:/home/ant/svn/[/email]# time svn up
At revision 4915.
real
0m0.864s
user
0m0.270s
sys
0m0.170s
root@ubuntu127:/home/ant/svn/font]
|
同样网络环境,一个svn up操作Ubuntu用了一秒不到,redhat用了30秒。。。
请教有哪位高手知道redha有些什么设置会影响svn更新的速度?(svn co用的是http协议,svn服务器只装了http协议,没有svn协议)
附件是两种系统的strace log
[ 本帖最后由 karlzheng 于 2009-10-17 17:54 编辑 ] |
|