Skip to content

[wasm] Rename $(EmccInitialMemory) to $(EmccInitialHeapSize) - #66233

Merged
radical merged 1 commit into
dotnet:mainfrom
radical:rename-initial-mem
Mar 7, 2022
Merged

[wasm] Rename $(EmccInitialMemory) to $(EmccInitialHeapSize)#66233
radical merged 1 commit into
dotnet:mainfrom
radical:rename-initial-mem

Conversation

@radical

@radical radical commented Mar 5, 2022

Copy link
Copy Markdown
Member

.. to better represent what it is.

@radical radical added arch-wasm WebAssembly architecture area-Build-mono labels Mar 5, 2022
@radical
radical requested review from kg, lewing and radekdoulik March 5, 2022 02:46
@radical
radical requested a review from marek-safar as a code owner March 5, 2022 02:46
@ghost

ghost commented Mar 5, 2022

Copy link
Copy Markdown

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

.. to better represent what it is.

Author: radical
Assignees: -
Labels:

arch-wasm, area-Build-mono

Milestone: -

@ghost ghost assigned radical Mar 5, 2022
<EmccInitialMemory Condition="'$(EmccInitialMemory)' == ''">$(EmccTotalMemory)</EmccInitialMemory>
<EmccInitialMemory Condition="'$(EmccInitialMemory)' == ''">536870912</EmccInitialMemory>
<EmccInitialHeapSize Condition="'$(EmccInitialHeapSize)' == ''">$(EmccTotalMemory)</EmccInitialHeapSize>
<EmccInitialHeapSize Condition="'$(EmccInitialHeapSize)' == ''">536870912</EmccInitialHeapSize>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We should evaluate whether ~536mb is actually a reasonable initial heap size. It may be too big and causing OOM for applications that won't ever use that much

@radical
radical merged commit f974766 into dotnet:main Mar 7, 2022
@radical
radical deleted the rename-initial-mem branch March 7, 2022 22:33
@ghost ghost locked as resolved and limited conversation to collaborators Apr 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-wasm WebAssembly architecture area-Build-mono

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants