My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

fix: typo in gen_server

+1 -1
+1 -1
content/post/beam-process-memory-usage.md
··· 85 85 - Initial function that was run by the given process 86 86 - PIDs to all ancestors of the given process 87 87 88 - Different processes abstractions (like `get_server`/`GenServer`, Elixir's 88 + Different processes abstractions (like `gen_server`/`GenServer`, Elixir's 89 89 `Task`, etc.) can store even more metadata there, `logger` store process 90 90 metadata in process dictionary, `rand` store state of the PRNGs in the process 91 91 dictionary. it's used quite extensively by some OTP features.