@lukevers recently experienced Distru chewing up over 50% CPU, and over 1GB of system memory. I suspect this is due to there being no cap on the number of goroutines invoked in the site creation process. (New pagers can be spawned infinitely, generally 16 at a time.)
@lukevers recently experienced Distru chewing up over 50% CPU, and over 1GB of system memory. I suspect this is due to there being no cap on the number of goroutines invoked in the site creation process. (New pagers can be spawned infinitely, generally 16 at a time.)