Skip to content

Wasm function table limits#2999

Merged
kmatasfp merged 9 commits intomainfrom
2971-warm-function-table-limit
Mar 18, 2026
Merged

Wasm function table limits#2999
kmatasfp merged 9 commits intomainfrom
2971-warm-function-table-limit

Conversation

@kmatasfp
Copy link
Contributor

@kmatasfp kmatasfp commented Mar 17, 2026

Resolves: #2971

Function table limits Implementation based on existing memory limits implementation.

For determining the initially configured limit of 16384 I used wasm-tool to analyze test-comonents and Peters app and then 10x the biggest value I saw and chose closest number to it that is power of 2,

@kmatasfp kmatasfp requested a review from vigoo March 17, 2026 04:21
tag_suite!(revert, group3);

tag_suite!(rdbms_service, rdbms_service);
tag_suite!(resource_limits, group1);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure what is the criteria how the tests are grouped, so if this is not the correct group let me know

@kmatasfp kmatasfp merged commit 956e772 into main Mar 18, 2026
29 checks passed
@kmatasfp kmatasfp deleted the 2971-warm-function-table-limit branch March 18, 2026 20:56
@github-actions github-actions bot locked and limited conversation to collaborators Mar 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WASM function table limit

2 participants