mdanki icon indicating copy to clipboard operation
mdanki copied to clipboard

Tip: Practical steps to solve memory limit issue

Open q2333gh opened this issue 5 months ago • 0 comments

Just remind other guys might use this . If you got a like a 3MB .md file:

Assume u use ubuntu2204lts

sudo pnpm install -g mdanki
su root
/usr/local/lib/node_modules/mdanki/src
cd /usr/local/lib/node_modules/mdanki
cp node_modules/sql.js/js/sql-memory-growth.js  node_modules/sql.js/js/sql.js

then run mdanki should be fine.

q2333gh avatar Sep 02 '24 00:09 q2333gh