Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(v2.6): upgrade wasmvm 1.4.3 #258

Merged
merged 1 commit into from Jan 19, 2024
Merged

Conversation

emidev98
Copy link
Contributor

This will upgrade to fix the memory usage increases over time described here CosmWasm/cosmwasm#1978.
Full tag information available: https://github.com/CosmWasm/wasmvm/releases/tag/v1.4.3

It is also recommended to increase the memory_cache_size from the file app.toml to 1000MiB for mainnets and 500MiB for the testnets. Depending on the usage and amount of request, it will always be dependent on the validator:

[wasm]
# other wasm config entries
memory_cache_size = 1000 # MiB

@emidev98 emidev98 changed the title feat(v2.9): upgrade wasmvm 1.4.3 feat(v2.6): upgrade wasmvm 1.4.3 Jan 18, 2024
Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b01f4e1) 68.28% compared to head (0ce4c17) 68.28%.
Report is 1 commits behind head on release/v2.6.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##           release/v2.6     #258   +/-   ##
=============================================
  Coverage         68.28%   68.28%           
=============================================
  Files                43       43           
  Lines              2327     2327           
=============================================
  Hits               1589     1589           
  Misses              583      583           
  Partials            155      155           

@tuky191 tuky191 merged commit bdacde5 into release/v2.6 Jan 19, 2024
9 checks passed
@emidev98 emidev98 deleted the feat/v2.6/wasm_vm/1.4.3 branch January 19, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants