func main() { // Create a large heap allocation of 10 GiB ballast := make([]byte, 10<<30) // Application execution continues }
brew install steeve/delve/delve [--HEAD]