I have a question how the memory is
I have a question how the memory is managed for DO:
« If your account creates many instances of a single Durable Object class, Durable Objects may run in the same isolate on the same physical machine and share the 128 MB of memory. »
If we have 2 DO instances of the same class that running on the same colo, and share the same 128MB of memory. Imagine one currently uses 100MB and the other 27MB, then the second increase his memory usage and so we reach memory limit of the 128MB shared memory.
What's happening? Is this second instance is killed and recreate automatically in exactly the same state on another 128MB VM of the colo ?
« If your account creates many instances of a single Durable Object class, Durable Objects may run in the same isolate on the same physical machine and share the 128 MB of memory. »
If we have 2 DO instances of the same class that running on the same colo, and share the same 128MB of memory. Imagine one currently uses 100MB and the other 27MB, then the second increase his memory usage and so we reach memory limit of the 128MB shared memory.
What's happening? Is this second instance is killed and recreate automatically in exactly the same state on another 128MB VM of the colo ?
