I purposely want to increase the stacksize beyond 1GB for a large problem. I do not have an infinite recursive loop.
Currently, I get:
runtime: goroutine stack exceeds 1000000000-byte limit fatal error: stack overflow
How do I increase it to 2GB?