Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIC throws OOMs when trying to run this cart in browser #1454

Closed
ChildishGiant opened this issue May 26, 2021 · 2 comments
Closed

TIC throws OOMs when trying to run this cart in browser #1454

ChildishGiant opened this issue May 26, 2021 · 2 comments
Assignees

Comments

@ChildishGiant
Copy link

https://tic80.com/play?cart=1860

@nesbox
Copy link
Owner

nesbox commented May 27, 2021

we have to increase TOTAL_MEMORY=67108864 to avoid this assertion

set_target_properties(tic80 PROPERTIES LINK_FLAGS "-s WASM=1 -s USE_SDL=2 -s TOTAL_MEMORY=67108864 -s FETCH=1 --pre-js ${CMAKE_SOURCE_DIR}/build/html/prejs.js -lidbfs.js")

@nesbox nesbox self-assigned this May 27, 2021
nesbox added a commit that referenced this issue May 31, 2021
@nesbox
Copy link
Owner

nesbox commented May 31, 2021

Fixed here a8efce2
Thanks.

@nesbox nesbox closed this as completed May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants