fix: reduce mmap_size to 5 MiB #980

Merged
asmogo merged 1 commit from fix/mem into main 2025-08-20 16:29:44 +00:00
asmogo commented 2025-08-20 07:45:02 +00:00 (Migrated from github.com)

Description

This fixes the sqlite memory exhaustion.


Notes to the reviewers


Suggested CHANGELOG Updates

CHANGED

ADDED

REMOVED

FIXED

  • reduced mmap_size to prevent memory exhaustion.

Checklist

### Description This fixes the sqlite memory exhaustion. <!-- Describe the purpose of this PR, what's being adding and/or fixed --> ----- ### Notes to the reviewers <!-- In this section you can include notes directed to the reviewers, like explaining why some parts of the PR were done in a specific way --> ----- ### Suggested [CHANGELOG](https://github.com/cashubtc/cdk/blob/main/CHANGELOG.md) Updates <!-- Please do not edit the actual changelog but note what you changed here. --> #### CHANGED #### ADDED #### REMOVED #### FIXED - reduced mmap_size to prevent memory exhaustion. ---- ### Checklist * [ ] I followed the [code style guidelines](https://github.com/cashubtc/cdk/blob/main/CODE_STYLE.md) * [ ] I ran `just final-check` before committing
crodas (Migrated from github.com) reviewed 2025-08-20 07:45:02 +00:00
thesimplekid (Migrated from github.com) approved these changes 2025-08-20 08:27:14 +00:00
thesimplekid (Migrated from github.com) left a comment

Thought this might be the issue. Thanks

Thought this might be the issue. Thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cashubtc/cdk!980
No description provided.