System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Overview

Artifact ID: a1a476a63226b3642ee8078a87a723a1978cd920
Ticket: 07273156c20aa91e9d321c9d3367cb932f3348b2
Memory leak on mono using sql params
User & Date: mistachkin 2019-03-24 02:02:01
Changes

  1. icomment:
    It's possible that the leak you are seeing is a bug in the Mono runtime.  The
    SQLiteParameter objects are purely managed, do not use or refer to any expensive
    resources, and should be automatically garbage collected when no longer used.
    
    It's also possible that this is some kind of bad interaction between EF6 and the
    Mono runtime.  Perhaps EF6 is not properly disposing of SQLiteCommand and/or
    SQLiteDataReader objects when running on Mono?  That could cause memory usage to
    climb.
    
  2. login: "mistachkin"
  3. mimetype: "text/x-fossil-plain"