Skip to content
Snippets Groups Projects
Unverified Commit 95f58a43 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

fix: reduce the memory to prevent mobile clients from crashing

parent 4b1dbf22
No related branches found
No related tags found
1 merge request!26Fix out of memory bug for mobile clients
Pipeline #73073 canceled
......@@ -55,7 +55,7 @@ target_link_options(${PROJECT_NAME} PRIVATE
)
set_target_properties(${PROJECT_NAME} PROPERTIES
QT_WASM_INITIAL_MEMORY 128MB
QT_WASM_INITIAL_MEMORY 256MB
)
qt6_import_qml_plugins(${PROJECT_NAME})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment