summaryrefslogtreecommitdiff
path: root/builder/builder-next/worker/gc_windows.go
blob: 748be9041d16df517e74383272a986ea10b68981 (plain)
1
2
3
4
5
6
7
8
//go:build windows
// +build windows

package worker

func detectDefaultGCCap(root string) int64 {
	return defaultCap
}