ryanwinchester / tmi.ex

Twitch Messaging Interface for Elixir.
Apache License 2.0
44 stars 7 forks source link

Hibernate genservers #10

Closed ryanwinchester closed 2 years ago

ryanwinchester commented 2 years ago

See:

  1. https://hexdocs.pm/elixir/1.13.3/GenServer.html#start_link/3-options
  2. https://www.erlang.org/doc/man/erlang.html#hibernate-3

Also:

Supposedly, going into hibernation kicks off GC, so it should help keep memory usage tidy.

ryanwinchester commented 2 years ago

@druu @talk2megooseman you both use this library, do you have any input on these default values I arbitrarily defined?

I can also make them overridable in the future, if needed.

talk2MeGooseman commented 2 years ago

Seem reasonable, I think the one that could use overriding in the future would be the message hibernation, but you gotta start somewhere.