//go:build !5BytesOffset
// +build !5BytesOffset

package util

const (
	sizeLimit         = "30GB"
	VolumeSizeLimitGB = 30
)