Roman Romadin
1 min readMay 8, 2019

--

https://golang.org/doc/go1.4#runtime

```
The use of contiguous stacks means that stacks can start smaller without triggering performance issues, so the default starting size for a goroutine’s stack in 1.4 has been reduced from 8192 bytes to 2048 bytes.
```

--

--

Roman Romadin
Roman Romadin

Written by Roman Romadin

A Senior Software Engineer. Passionate coder.

Responses (1)