System.Data.SQLite

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

Artifact ID: 8535d7dfe08f2f8d4314639aa886c4c9b04e307e
Ticket: 07273156c20aa91e9d321c9d3367cb932f3348b2
Memory leak on mono using sql params
User & Date: anonymous 2019-03-25 11:51:09
Changes

  1. icomment:
    The memory leak is not so big. But over time it ends up consuming the entire 1GB of raspberry pi RAM.
    In the demo project I created 5 tasks in constant loop to speed up the process of memory consumption.
    Using the Mono profiler I couldn't identify any object increasing over time.
    
    The code below, for example, doesn't consume memory.
         int userId = 0;
         context.IgnoredAlarms.SqlQuery ("select * from IgnoredAlarm where UserId = @ p0", userId);
    
  2. login: "anonymous"
  3. mimetype: "text/x-fossil-plain"