On Sun, Sep 25, 2016 at 8:13 AM, Dima Pasechnik <dimp...@gmail.com> wrote:
>
> I almost cannot use either web interface, or git server.
> (however I can ssh to the host, although it is slow...)
> I see a lot of apache activity...
>
> Does anyone do anything heavy?


I doubt this is good:

wstein@trac:~$ ps ax|grep git-upload-pack|wc -l71

and

wstein@trac:~$ ps ax |grep "git clone" |wc -l33

It's yet again the situation where so many git operations are being
performed that none of them finish, things time out, and it tries them
all again at once, or something.  This work needs to be rewritten to
use a lock or queue or something...  or just make the entire machine
way more powerful (spend more money).

I'm now going to try to do a lot of aggressive killing of git
processes, restarting of apache, etc.

William

>
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups 
> "sagemath-admins" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sagemath-admins+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.




-- 
William (http://wstein.org)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to