Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitea mirroring gitlab repository takes too long #35

Open
darrel1234 opened this issue Nov 5, 2019 · 0 comments
Open

Gitea mirroring gitlab repository takes too long #35

darrel1234 opened this issue Nov 5, 2019 · 0 comments

Comments

@darrel1234
Copy link

Mirroring a Gitlab repository from Gitea takes a long time. Gitea runs on Kubernetes using this helm chart - https://github.com/jfelten/gitea-helm-chart, AWS EFS as the PV and AWS RDS as external DB. The code is around 1MB and has 535 tags

I've tried:

  1. Increasing the Instance type for RDS
  2. Increasing the Pod Spec CPU & Memory

... but it still takes around the same time (1 hour)

Here are the specifications for the Pod & RDS:

POD resources:
gitea:
requests:
memory: 1Gi
cpu: 1000m
limits:
memory: 1Gi
cpu: 1000m
memcached:
requests:
memory: 1Gi
cpu: 1Gi

RDS Instance Type - db.m4x.large (4vCPU, 16Gib)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant