package main func main() { ballast := make([]byte, 2<<30) _ = ballast // implementation ... }