Steve's Place on Nostr: npub1grx4w…suxfe Without looking @ code but familiar with DO, that setup would be ...
npub1grx4wzqldf8clxusxpz78adjcukkqvdkhf8amsdhr6sy3ctuu2fqvsuxfe (npub1grx…uxfe) Without looking @ code but familiar with DO, that setup would be rough. Stuff not your users' is just cached, but cache needs RAM. At some point, cache is full & it has to toss the oldest item as more items are coming in. At the same time, your users are hitting the DB which needs to be on a separate instance on a private IF, which they sell. I suspect your VM was starved for RAM & beating itself up to store more stuff. Then other functions back up & the load rises. CPU thrashes. Not good.