Skip to content

#4298 Handle various out of memory cases - #5587

Merged
akleshchev merged 1 commit into
developfrom
andreyk/4298_pricy_view
Mar 28, 2026
Merged

#4298 Handle various out of memory cases#5587
akleshchev merged 1 commit into
developfrom
andreyk/4298_pricy_view

Conversation

@akleshchev

@akleshchev akleshchev commented Mar 27, 2026

Copy link
Copy Markdown
Contributor
  1. Fast timers were moved out of debug long time ago, yet debug was still initializing them without need (arguably it doesn't need to init everything else too). And we got an out of memory crash there. Free those resources.
  2. LLSDSerialize::fromBinary seems to be a genuine out of memory, but just in case of botched cache, cleared that.
  3. Just slightly smarter logging for inventory
  4. Font loading crashes out of memory. Nothing we can do that but properly log and report it (to both user and statistics).

@akleshchev
akleshchev merged commit 5a7a527 into develop Mar 28, 2026
17 checks passed
@akleshchev
akleshchev deleted the andreyk/4298_pricy_view branch March 28, 2026 11:35
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants