6 ms·
So there is almost no performance loss here, that is cool. And your quick start guide also seems nice: https://docs.runsidekick.com/installation/installing-agen
by dev_ilter 4y ago
So there is almost no performance loss here, that is cool. And your quick start guide also seems nice: https://docs.runsidekick.com/installation/installing-agents/java/configuration https://docs.runsidekick.com/installation/installing-agents/.... I wonder how much memory this agent requires? How often it flushes the collected data?
- bariskaya 4y agoWe buffer all the data and send them asynchronously in batch without blocking your code execution, so it would be around 40-50 MB but there are configurations for our buffer thresholds.