When creating the indexes for the DBs SQlite's temporary storage uses the current filesystem by default which is likely to be the small working disk for the VM. I think it's better to set the SQLITE_TMPDIR environment variable to the same path as that given via the CLI args for the DBs.
When creating the indexes for the DBs SQlite's temporary storage uses the current filesystem by default which is likely to be the small working disk for the VM. I think it's better to set the
SQLITE_TMPDIRenvironment variable to the same path as that given via the CLI args for the DBs.