tschneidereit opened issue #3080:
Wasmtime's
ModuleLimits
andInstanceLimits
structs in config.rs can be used to tweak various limits imposed on modules/instances when using the pooling instance allocator. Unfortunately it's not easy to tell what the impact is of changing any of these limits. As an example, the limit on functions has a default of 10k; how bad is the impact of increasing that limit? Is it a relatively minor increase in module size, or a meaningful difference in instance size?@peterhuene, do you think it's relatively straightforward to add a sentence or two on the impact of each of these?
tschneidereit labeled issue #3080:
Wasmtime's
ModuleLimits
andInstanceLimits
structs in config.rs can be used to tweak various limits imposed on modules/instances when using the pooling instance allocator. Unfortunately it's not easy to tell what the impact is of changing any of these limits. As an example, the limit on functions has a default of 10k; how bad is the impact of increasing that limit? Is it a relatively minor increase in module size, or a meaningful difference in instance size?@peterhuene, do you think it's relatively straightforward to add a sentence or two on the impact of each of these?
tschneidereit labeled issue #3080:
Wasmtime's
ModuleLimits
andInstanceLimits
structs in config.rs can be used to tweak various limits imposed on modules/instances when using the pooling instance allocator. Unfortunately it's not easy to tell what the impact is of changing any of these limits. As an example, the limit on functions has a default of 10k; how bad is the impact of increasing that limit? Is it a relatively minor increase in module size, or a meaningful difference in instance size?@peterhuene, do you think it's relatively straightforward to add a sentence or two on the impact of each of these?
peterhuene assigned issue #3080 (assigned to peterhuene):
Wasmtime's
ModuleLimits
andInstanceLimits
structs in config.rs can be used to tweak various limits imposed on modules/instances when using the pooling instance allocator. Unfortunately it's not easy to tell what the impact is of changing any of these limits. As an example, the limit on functions has a default of 10k; how bad is the impact of increasing that limit? Is it a relatively minor increase in module size, or a meaningful difference in instance size?@peterhuene, do you think it's relatively straightforward to add a sentence or two on the impact of each of these?
peterhuene commented on issue #3080:
Absolutely, I'll add more context as to what the cost is for increasing these values.
peterhuene closed issue #3080 (assigned to peterhuene):
Wasmtime's
ModuleLimits
andInstanceLimits
structs in config.rs can be used to tweak various limits imposed on modules/instances when using the pooling instance allocator. Unfortunately it's not easy to tell what the impact is of changing any of these limits. As an example, the limit on functions has a default of 10k; how bad is the impact of increasing that limit? Is it a relatively minor increase in module size, or a meaningful difference in instance size?@peterhuene, do you think it's relatively straightforward to add a sentence or two on the impact of each of these?
Last updated: Nov 22 2024 at 16:03 UTC