mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-16 05:21:22 +00:00
10gb of ram
This commit is contained in:
@@ -77,8 +77,9 @@ if (NOT MSVC)
|
||||
endif()
|
||||
|
||||
if (PLATFORM_EMSCRIPTEN)
|
||||
# 10GB is required... yikes!
|
||||
target_link_options(yuzu-cmd PRIVATE
|
||||
-sINITIAL_MEMORY=33554432
|
||||
-sINITIAL_MEMORY=10737418240
|
||||
-sGLOBAL_BASE=16777216
|
||||
-sPTHREAD_POOL_SIZE_STRICT=0
|
||||
-sPTHREAD_POOL_SIZE=navigator.hardwareConcurrency)
|
||||
|
||||
Reference in New Issue
Block a user