My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: long URL was breaking mobile display

+1 -1
+1 -1
content/post/beam-process-memory-usage.md
··· 419 419 > | … | … | 420 420 > | Erlang process | 338 words when spawned, including a heap of 233 words. | 421 421 > 422 - > -- <https://erlang.org/doc/efficiency_guide/advanced.html#Advanced> 422 + > -- [Erlang Efficiency Guide: 11. Advanced](https://erlang.org/doc/efficiency_guide/advanced.html#Advanced) 423 423 424 424 As we can see, there are 105 words that are required and 233 words which are 425 425 used for preallocated heap. But this is microbenchmarking, so as we do not need