Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xtensor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Debian Science TeamDebian Science Team
  • xtensor
  • Merge requests
  • !1

d/t/control: reduce test concurrency to reduce memory pressure

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Christian Ehrhardt requested to merge paelzer-guest/xtensor:reduce-mem-pressure-in-tests into master Jul 19, 2021
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

In some test runs in Ubuntu this crashed due to an OOM so it seems to be sized rather thightly. Reduce the current use of $nproc to a static one (1) to avoid too much pressure.

From my tests: nproc=4 = 1.5G fail, 3G fail, 4G fail, 8G work nproc=1 = 1.5G fail, 3G work

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: reduce-mem-pressure-in-tests