#akka
3 posts tagged akka on fullgc.
-
How to tune Akka for actor-based systems — Part 2
Akka metrics with Kamon: instrument actors, routers and dispatchers using stackable traits, then read the dashboard to find where the real bottleneck is.
-
How to tune Akka for actor-based systems — Part 1
Akka dispatcher tuning: how many actor instances to run, which routing strategy fits which load, and how to size the fork-join and thread-pool executors.
-
Stackable Traits pattern in Scala — Part 2
Stackable actor traits in Akka: gather per-actor metrics without touching business logic, using the trait-stacking pattern from Part 1 on a real integration.