Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bench
  • Loading branch information
pavelsavara committed Jan 11, 2023
commit 87c28ce6738f89d46d80cf6c808ef581263ffec1
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<EnableAggressiveTrimming Condition="'$(EnableAOTAndTrimming)' != ''">$(EnableAOTAndTrimming)</EnableAggressiveTrimming>
<PublishTrimmed Condition="'$(EnableAOTAndTrimming)' != ''">$(EnableAOTAndTrimming)</PublishTrimmed>
<RunAOTCompilation Condition="'$(EnableAOTAndTrimming)' != ''">$(EnableAOTAndTrimming)</RunAOTCompilation>
<!-- the default heap size is ~512MB, which is too much because AppStart loads more copies
of the wasm runtime and can leak a few of them. the result is that browser-bench's memory
usage can climb as high as 3GB or more and then fail -->
<EmccInitialHeapSize>83886080</EmccInitialHeapSize>
</PropertyGroup>

<ItemGroup>
Expand Down