
報錯資訊
Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which adjusts the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0
我使用了基于sqlite3的sqlite-sync,一個頁面同時操作了幾個查詢吧,就報錯這個了,求問怎么解決呢
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/58499.html
標籤:JavaScript
上一篇:記錄一些code
