Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • aports aports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 740
    • Issues 740
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 326
    • Merge requests 326
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • aportsaports
  • Merge requests
  • !7679

testing/victoria-metrics: disable mmap by default

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Konstantin Kulikov requested to merge kaey/aports:victoria-1.35.3-mmap into master May 08, 2020
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 2

Using mmap in go can stall goroutines. VM includes workaround that depends on cgo, but alpine package is built without cgo. Disabling mmap may yield better performance. See: https://github.com/VictoriaMetrics/VictoriaMetrics/blob/baedb25936669179fa726639e267a52d8cdfedc2/lib/fs/copy_mmap_nocgo.go#L7

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: victoria-1.35.3-mmap