kgtk icon indicating copy to clipboard operation
kgtk copied to clipboard

ConfigureKGTK should provide the ability to set SQLITE_TMPDIR

Open kyao opened this issue 4 years ago • 2 comments

ConfigureKGTK should provide the ability to set SQLITE_TMPDIR. If SQLITE_TMPDIR is not set, Sqlite defaults to /tmp, which can be quite small.

kyao avatar Nov 03 '21 17:11 kyao

@kyao please make the enhancement, Amandeep is on vacation

szeke avatar Nov 03 '21 19:11 szeke

@kyao setting SQLITE_TMPDIR shouldn't be necessary anymore with recent updates, since now the tmp dir is set to be the same as the graph cache unless overridden by SQLITE_TMPDIR.

chalypso avatar Nov 05 '21 19:11 chalypso