Unverified Commit bacfe5ab authored by Josh Black's avatar Josh Black Committed by GitHub
Browse files

Ensure initialMmapSize is 0 on Windows (#14977)

* ensure initialMmapSize is 0 on windows

* add changelog
parent ec1a3cfb
Branches unavailable
No related merge requests found
Showing with 5 additions and 2 deletions
+5 -2
```release-note:bug
raft: Ensure initialMmapSize is set to 0 on Windows
```
//go:build 386 || arm
//go:build 386 || arm || windows
package raft
......
//go:build !386 && !arm
//go:build !386 && !arm && !windows
package raft
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment