I have a really big DB—4.4 GB!
Even when I try running this on a 20-core iMac with 64 GB of RAM, I get "JavaScript heap out of memory" errors and it doesn't complete. It actually doesn't copy anything.
Is there any way to break this up into smaller steps or reduce its memory footprint when I have no control over how the data is divided in the SQLite file?
Thanks in advance!
(Small aside: npmjs still has only 1.1.14 and doesn't install 1.1.15.)
I have a really big DB—4.4 GB!
Even when I try running this on a 20-core iMac with 64 GB of RAM, I get "JavaScript heap out of memory" errors and it doesn't complete. It actually doesn't copy anything.
Is there any way to break this up into smaller steps or reduce its memory footprint when I have no control over how the data is divided in the SQLite file?
Thanks in advance!
(Small aside: npmjs still has only 1.1.14 and doesn't install 1.1.15.)