Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #9033

Closed
Open
Created Mar 26, 2015 by Administrator@rootOwner

Bitnami Gitlab:push android soruce code project fails with HTTP code = 500

Created by: edisonrf

First I clone android srouce code, which size is more than 11GB: $git clone https://android.googlesource.com/device/lge/hammerhead-kernel

then update remote origin to our own gitlab server and push: $ git push -u origin master

and failed with below output:

Username for 'http://git.xx.com': myname Password for 'http://[email protected]': Counting objects: 2287, done. Delta compression using up to 4 threads. Compressing objects: 100% (2000/2000), done. Writing objects: 100% (2287/2287), 11.02 GiB | 4.85 MiB/s, done. Total 2287 (delta 112), reused 2287 (delta 112) error: RPC failed; result=22, HTTP code = 500 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date

I searched many posts and tried below solutions: 1,http.postbuffer=26843545600 #set to 25GB

2,apache setting: Timeout 36000 KeepAlive On MaxRequestsPerChild 2048 ServerLimit 1000 MaxClients 500 LimitRequestFields 0 LimitRequestFieldSize 80000000 LimitRequestLine 80000000 LimitXMLRequestBody 0

PassengerTempDir /data/tmp_passenger PassengerUploadBufferDir /data/buffer_passenger

3,gitlab.yml setting: max_size: 26843545600 # 25GB timeout: 36000 #10 (closed) hours

4,unicorn.rb setting timeout 36000 #10 (closed) hours

unfortunately, the error still exists. I tried Bitmani Gitlab version 6.9.2 and 7.8.1.

it is easy to reproduce this issue, does anyone meet this or have a solution? thanks in advance.

Assignee
Assign to
Time tracking