On Wed, Jul 23, 2014 at 1:29 PM, Nicolás Brailovsky <nicolasbra...@gmail.com
> wrote:

> > What platform are you running on that you feel like you need to specify a
> > temporary directory other than the system default?
>
> Android. If I don't specify the temp dir, I end up triggering a bunch of
> bugs in fuse :)
>

On Android, set either the TMPDIR or the SQLITE_TMPDIR environment variable.


>
> Cheers
>
> Nicolás Brailovsky
> - Tech blog http://monoinfinito.wordpress.com
>
>
>
> On 23 July 2014 19:24, Richard Hipp <d...@sqlite.org> wrote:
>
> > On Wed, Jul 23, 2014 at 1:20 PM, Nicolás Brailovsky <
> > nicolasbra...@gmail.com
> > > wrote:
> >
> > > > Set sqlite3_temp_directory once when the process starts (and then
> > > > only if you really need it) then leave it alone for the remainder of
> > the
> > > > live of the process.  Do not try to reclaim memory.
> > >
> > > Fair enough. Would you recommend any alternatives to replace
> > temp_directory
> > > altogether?
> > >
> >
> > What platform are you running on that you feel like you need to specify a
> > temporary directory other than the system default?
> >
> >
> > --
> > D. Richard Hipp
> > d...@sqlite.org
> > _______________________________________________
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> >
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to