Slow / Not scaling on big number of projects
Closed
Slow / Not scaling on big number of projects
Created by: Stelian
Hello guys,
I set up gitlab with about 10k repos and it's going slower slower (e.g getting a commig diff takes roughly 20-30 seconds). I wasn't able to fully track the source of this, but it seems that there are some limits missing somewhere and it's loading a lot of overhead.
I would like to add that the hardware behind it is more than capable to handle the requests. If any extra information is needed please let me know.
Thank you.
Created by: bbodenmiller
So you are not seeing performance in line with what https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/requirements.md says? Hopefully the core team is interested in talking with you to make sure this can scale well. Possibly change your title to include the word slow.
By Administrator on 2013-05-21T09:38:18 (imported from GitLab project)
Created by: Stelian
Well, it doesn't even remotely scale to requirements:
Current projects: ~ 10k Current users: ~ 10 k
Hardware:
cat /proc/cpuinfo | grep processor | wc -l
:24
grep MemTotal /proc/meminfo
:MemTotal: 65950492 kB
lsb_release -a
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.2 LTS Release: 12.04 Codename: precise
Occupied HDD space: 2% Gitlab Version: 5.1 fresh install
By Administrator on 2013-05-21T10:11:08 (imported from GitLab project)
Created by: jvanbaarsen
It's been at least 2 weeks (and a new release) since we heard from you. I'm closing this issue but if you still experience this problem, please open a new issue (but also reference the old issue(s)). Make sure to also include the necessary debugging information conforming to the issue tracker guidelines found in our contributing guidelines. /cc @dosire
By Administrator on 2013-12-06T19:05:57 (imported from GitLab project)