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
{{ message }}
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
Currently a Region is created with a set of Limits. Those Limits are applied to the Region (in order to correctly lay out memory) as well as to the Instances in how they behave at runtime, how much memory they are allowed to allocate and so on.
We would like to be able to have Limits set per-Instance.
That has some small complications. For instance, the Limits for the instance must generally be "smaller" than the Limits set on the Region in order for it to be safe and not turn into a crazy bin-packing problem. This will likely also require making where certain things are allocated for the instance within the Slot dynamic. Probably other little issues as well.