Skip to content

Large base64 string - Out of Memory #110

@c-emin

Description

@c-emin

If the image file has between 21,039,264 and 45,805,076 bytes of data.. It throws an Out of Memory Error.
when writing to the DB using

private IMagicQuery<ImagesTable>? ImagesTableQ{ get; set; }

ImagesTableQ= await _MagicDb.Query<ImagesTable>();

await ImagesTableQ.AddAsync(img);

Is there a limit that can be stored in a single field?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions