zadam / trilium

Build your personal knowledge base with Trilium Notes
GNU Affero General Public License v3.0
27.2k stars 1.9k forks source link

DB migration from Docker 0.60-latest to 0.61-latest fails with JavaScript heap out of memory #4383

Closed hulmgulm closed 11 months ago

hulmgulm commented 11 months ago

Trilium Version

0.61-latest

What operating system are you using?

Other Linux

What is your setup?

Server access only

Operating System Version

6.1.0-0.deb11.11-amd64

Description

When updating the docker container from 0.60-latest to 0.61-latest, the DB migration to version 220 fails with a JavaScript heap out of memory.

Error logs

App db version is 226, while db version is 214. Migration needed.
DB size: 727568 KB
{
  "appVersion": "0.61.11",
  "dbVersion": 226,
  "syncVersion": 31,
  "buildDate": "2023-11-03T11:46:53+01:00",
  "buildRevision": "01093d05d7ca1ede0c9af3fe2f5b04969ade816d",
  "dataDirectory": "/home/node/trilium-data",
  "clipperProtocolVersion": "1.0",
  "utcDateTime": "2023-11-03T19:18:13.315Z"
}
CPU model: Intel(R) Xeon(R) E-2224G CPU @ 3.50GHz, logical cores: 4 freq: 4401 Mhz
Trusted reverse proxy: true
App HTTP server starting up at port 8080
Listening on port 8080
Created backup at /home/node/trilium-data/backup/backup-before-migration-v060.db
Attempting migration to version 215
...
Migration to version 219 has been successful.
Attempting migration to version 220
Migration with JS module
Becca (note cache) load took 51ms
Marking attributes Vxbqh8CYZoqb as deleted
Marking branches d5WdqGwuqFKd_8Ky0Q0OxutTL as deleted
Deleting note '8Ky0Q0OxutTL'
Marking attributes kWW71M8uwCmY as deleted
Marking notes 8Ky0Q0OxutTL as deleted
Auto-converted note '8Ky0Q0OxutTL' into attachment 'aaVkXJ1gn4sy'.
Marking attributes LOUtTWPfl3tU as deleted
Marking branches 1Z1kUrwsjC2T_rcVIeNCI1Yxq as deleted
Deleting note 'rcVIeNCI1Yxq'
Marking attributes gtvE07EyGHPk as deleted
.....
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Slow query took 26ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Slow query took 22ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'

<--- Last few GCs --->

[1:0x7f71b087c030]    33280 ms: Mark-sweep (reduce) 2043.3 (2058.8) -> 2043.0 (2051.8) MB, 5.7 / 0.0 ms  (+ 14.8 ms in 1 steps since start of marking, biggest step 14.8 ms, walltime since start of marking 33 ms) (average mu = 0.881, current mu = 0.692) al[1:0x7f71b087c030]    33317 ms: Mark-sweep (reduce) 2046.6 (2055.2) -> 2046.4 (2055.2) MB, 18.8 / 0.0 ms  (average mu = 0.806, current mu = 0.486) allocation failure; scavenge might not succeed

<--- JS stacktrace --->

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
jwhonce commented 11 months ago

Data point: I was successful with this update running the containers with podman

zadam commented 11 months ago

Hello, I believe this is caused by image compression which is happening during the migration. I'm currently releasing 0.61.12 which disables the image compression during the migration. Please try that once released.

hulmgulm commented 11 months ago

Thank you for 0.61.12, but it does not solve the issue for me. Could it be releated to the fact, that I have one page with many many images?

0da5c352086bc3d3bf66190b774aad569f772ab242dd8b666b83deb654bf703b
No USER_UID specified, leaving 1000
No USER_GID specified, leaving 1000
App db version is 227, while db version is 214. Migration needed.
DB size: 727568 KB
{
  "appVersion": "0.61.12",
  "dbVersion": 227,
  "syncVersion": 31,
  "buildDate": "2023-11-04T00:16:19+01:00",
  "buildRevision": "1ebdb0f5e1a5cc1b7f8c36af5e1f750141ab062b",
  "dataDirectory": "/home/node/trilium-data",
  "clipperProtocolVersion": "1.0",
  "utcDateTime": "2023-11-04T05:51:54.023Z"
}
CPU model: Intel(R) Xeon(R) E-2224G CPU @ 3.50GHz, logical cores: 4 freq: 4499 Mhz
Trusted reverse proxy: true
App HTTP server starting up at port 8080
Listening on port 8080
Created backup at /home/node/trilium-data/backup/backup-before-migration-v060.db
Attempting migration to version 215
Migration with SQL script: CREATE TABLE IF NOT EXISTS "blobs" (
                                               `blobId` TEXT NOT NULL,
                                               `content`        TEXT NULL DEFAULT NULL,
                                               `dateModified` TEXT NOT NULL,
                                               `utcDateModified` TEXT NOT NULL,
                                               PRIMARY KEY(`blobId`)
);

ALTER TABLE notes ADD blobId TEXT DEFAULT NULL;
ALTER TABLE note_revisions ADD blobId TEXT DEFAULT NULL;

Migration to version 215 has been successful.
........
Deleting note '8dnKyfuwLNVT'
Marking attributes odgrfrTMUUtU as deleted
Marking notes 8dnKyfuwLNVT as deleted
Auto-converted note '8dnKyfuwLNVT' into attachment 'CMC29D6aaprD'.
Marking attributes taIJBBsH6jth as deleted
Marking branches Rymn95hT4gM7_e4MBKzlklf2I as deleted
Deleting note 'e4MBKzlklf2I'
Marking attributes DPdDoSrJgwoT as deleted
Marking notes e4MBKzlklf2I as deleted
Auto-converted note 'e4MBKzlklf2I' into attachment 'LilkBypbCMM8'.
Marking attributes vNzoChudZ6Vw as deleted
Marking branches Rymn95hT4gM7_6DkkK59TpMZc as deleted
Deleting note '6DkkK59TpMZc'
Marking attributes FePeZcpJBCPU as deleted
Marking notes 6DkkK59TpMZc as deleted
Auto-converted note '6DkkK59TpMZc' into attachment 'oGcXM7MRDo4b'.
Slow query took 79ms: INSERT INTO blobs (blobId, content, dateModified, utcDateModified) VALUES (@blobId, @content, @dateModified, @utcDateModified) ON CONFLICT (blobId) DO UPDATE SET blobId = @blobId, content = @content, dateModified = @dateModified, utcDateModified = @utcDateModified
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Slow query took 22ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Slow query took 29ms: INSERT INTO attachments (attachmentId, ownerId, role, mime, title, position, blobId, isProtected, isDeleted, dateModified, utcDateModified, utcDateScheduledForErasureSince) VALUES (@attachmentId, @ownerId, @role, @mime, @title, @position, @blobId, @isProtected, @isDeleted, @dateModified, @utcDateModified, @utcDateScheduledForErasureSince) ON CONFLICT (attachmentId) DO UPDATE SET attachmentId = @attachmentId, ownerId = @ownerId, role = @role, mime = @mime, title = @title, position = @position, blobId = @blobId, isProtected = @isProtected, isDeleted = @isDeleted, dateModified = @dateModified, utcDateModified = @utcDateModified, utcDateScheduledForErasureSince = @utcDateScheduledForErasureSince
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Slow query took 23ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Slow query took 24ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Slow query took 24ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Slow query took 23ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'
Slow query took 24ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'Np5B2XJj1zTf'

<--- Last few GCs --->

[1:0x7f827e615030]    30898 ms: Mark-sweep (reduce) 2046.6 (2056.9) -> 2046.3 (2053.9) MB, 5.7 / 0.0 ms  (+ 12.7 ms in 1 steps since start of marking, biggest step 12.7 ms, walltime since start of marking 30 ms) (average mu = 0.833, current mu = 0.631) al

<--- JS stacktrace --->

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
hulmgulm commented 11 months ago

I checked which note 'Np5B2XJj1zTf' is. It is a note I created via API, containing about 25 inline images. I don't understand why I get so many "Saving image" log entries. Maybe something is wrong with the inline image detection?

zadam commented 11 months ago

Hmm, this is certainly something suspicious. Would it be possible to HTML content of this specific note (assuming you can still run the 0.60.X) to zadam.apps@gmail.com so that I could try to reproduce the issue?

hulmgulm commented 11 months ago

I sent you an email with the exported note. This note is created on a schedule via an ETAPI call on a daily basis. I normally delete this note once I've read it. Deleting it, the upgrade to 0.61 worked fine. However, creating a new note via ETAPI will result in a similar server crash:

Slow query took 38ms: INSERT INTO blobs (blobId, content, dateModified, utcDateModified) VALUES (@blobId, @content, @dateModified, @utcDateModified) ON CONFLICT (blobId) DO UPDATE SET blobId = @blobId, content = @content, dateModified = @dateModified, utcDateModified = @utcDateModified
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 60ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 32ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 32ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 34ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 33ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 33ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 37ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 43ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 34ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 31ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 31ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 50ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 35ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 31ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 51ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 35ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 34ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 34ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 35ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 38ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 27ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 38ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 32ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 29ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 28ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 30ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'
Slow query took 42ms: SELECT content FROM blobs WHERE blobId = ?
Saving image 'inline image' as attachment into note 'ZtynpIhpZcyV'

<--- Last few GCs --->

[1:0x7f91c53ec030]  6294549 ms: Scavenge (reduce) 2036.2 (2048.4) -> 2036.1 (2041.4) MB, 0.8 / 0.0 ms  (average mu = 0.996, current mu = 0.990) allocation failure;
[1:0x7f91c53ec030]  6294567 ms: Mark-sweep (reduce) 2047.9 (2053.2) -> 2047.9 (2053.2) MB, 3.1 / 0.0 ms  (+ 12.6 ms in 2 steps since start of marking, biggest step 12.6 ms, walltime since start of marking 64 ms) (average mu = 0.982, current mu = 0.894) fi

<--- JS stacktrace --->

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
zadam commented 11 months ago

I managed to reproduce and fix the problem with help of @hulmgulm, will release a fixed release soon.

hulmgulm commented 11 months ago

I can confirm that the fix works! Thank you @zadam !