Home > front end >  Nodes use sqlite3, error always enlarge the memory arrays. Either (1) the compile with - s TOTAL
Nodes use sqlite3, error always enlarge the memory arrays. Either (1) the compile with - s TOTAL

Time:09-16


Error message
 
Always enlarge the memory arrays. Either (1) the compile with the -s TOTAL_MEMORY=X with X who is the current value of 16777216, (2) the compile with the -s ALLOW_MEMORY_GROWTH=1 which adjusts the size at runtime but prevents some optimizations, (3) set the Module. TOTAL_MEMORY to a who value before the program runs, or if you want malloc to return NULL (0) home this abort, compile with -s ABORTING_MALLOC=0

I use the sqlite - sync based on sqlite3, at the same time operating a page for the query, an error this, ask how to solve
  • Related