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
  • #5926

Closed
Open
Created Dec 25, 2013 by Administrator@rootOwner

slow when download raw files with multi-processes

Created by: hydra1983

OS

windows

Procedures

  • push this repository to gitlab as a public repository.
  • create two ant build files (build1.xml, build2.xml) with the content below:
<project default="build">
    <property name="SCRIPTS_BASE" value="{pushed_repository_url}/raw/master" />

    <import>
        <url url="${SCRIPTS_BASE}/ant-contrib.xml" />
        <url url="${SCRIPTS_BASE}/svn.xml" />
        <url url="${SCRIPTS_BASE}/rhino.xml" />
        <url url="${SCRIPTS_BASE}/property.xml" />
    </import>
    <target name="build">
    </target>
</project>
  • start two command line prompt and run builds as below (the second must start before the first ends):
ant -f build1.xml
ant -f build2.xml

Excepted

both of the builds finish quickly.

Actual

the downloads of related files are very slow comparing to run one build only.

Assignee
Assign to
Time tracking