mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-29 09:35:56 +02:00
10gb of ram
This commit is contained in:
parent
11280e18d3
commit
8462bd501e
1 changed files with 2 additions and 1 deletions
|
|
@ -77,8 +77,9 @@ if (NOT MSVC)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (PLATFORM_EMSCRIPTEN)
|
if (PLATFORM_EMSCRIPTEN)
|
||||||
|
# 10GB is required... yikes!
|
||||||
target_link_options(yuzu-cmd PRIVATE
|
target_link_options(yuzu-cmd PRIVATE
|
||||||
-sINITIAL_MEMORY=33554432
|
-sINITIAL_MEMORY=10737418240
|
||||||
-sGLOBAL_BASE=16777216
|
-sGLOBAL_BASE=16777216
|
||||||
-sPTHREAD_POOL_SIZE_STRICT=0
|
-sPTHREAD_POOL_SIZE_STRICT=0
|
||||||
-sPTHREAD_POOL_SIZE=navigator.hardwareConcurrency)
|
-sPTHREAD_POOL_SIZE=navigator.hardwareConcurrency)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue