Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Add ability to set Limits per Instance #451

@tyler

Description

@tyler

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions