Sign in
third-party-mirror
/
hashicorp
/
vault
/
refs/heads/main
/
.
/
v1.14.6
/
physical
/
raft
/
vars_64bit.go
blob: a1eea0febc08df3d189c294825767e29ad8b188c [
file
] [
log
] [
blame
] [
edit
]
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build !386 && !arm && !windows
package raft
const initialMmapSize = 100 * 1024 * 1024 * 1024
// 100GB