I’ve got a V2 app running on a shared-cpu-1x. If I upgrade to shared-cpu-2x, will the cpu’s share the same memory?
The reason I ask is because I’m running a chat feature that holds the last 200 messages in memory, but does not store them to the db. If I add a cpu, I want to make sure that both can access the chat messages.