You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some players at ATM10 are having some lag spikes and I asked them to turn on safepoint and GC logs to see what is going on and turn out this is happening:
It seems like the Reaching safepoint time is pretty high every now and then. It might be related to GC (I'm also seeing allocation stalls, that might indicate that memory just isn't sufficient). Does that also happen with either other GCs or more memory assigned?
The way spark takes thread dumps without async-profiler requires threads to be at a safepoint, but safepoint bias is more about less precise measurements than performance overhead/lag spikes.
Description
Some players at ATM10 are having some lag spikes and I asked them to turn on safepoint and GC logs to see what is going on and turn out this is happening:
With spark https://mclo.gs/q9v2q3W
Without spark https://mclo.gs/XpTnbfu
Reproduction Steps
Happens just by having spark (maybe the background profiler?)
Looks like it is happening to very few people, I can't reproduce it at Linux (PopOS) or Windows 10.
Expected Behaviour
Don't know, is it suffering from safepoint bias (at least for Windows)?
Platform Information
Spark Version
1.10.97
Logs and Configs
No response
Extra Details
here is some random spark from that player if you need to grab some PC/config specs
https://spark.lucko.me/fPQnwEqJ2K
The text was updated successfully, but these errors were encountered: