Closed GoogleCodeExporter closed 8 years ago
The native version manages it's memory via a private memory allocation/recovery
routines. The C# versions allow the operating system to manage memory via the
garbage collector. I would not be surprised to see the behavior you mention.
There is an experimental C# compiler flag, that tries to reuse memory, rather
than allocate/release it. Try with the SQLITE_POOL_MEM flag set
Original comment by noah.hart@gmail.com
on 7 Aug 2012 at 8:59
Thanks for your help, I'll rebuild the library with this option.
I'll let you know if it mitigates the problems!
Original comment by bonsou...@gmail.com
on 8 Aug 2012 at 6:24
Original issue reported on code.google.com by
bonsou...@gmail.com
on 7 Aug 2012 at 7:41