aui icon indicating copy to clipboard operation
aui copied to clipboard

Handle low memory event

Open Alex2772 opened this issue 11 months ago • 0 comments

Describe the need of your project

Modern OSes provide a way to handle high memory pressure. We'd like to handle such event. Also, it would be useful if AUI would print this signal emission to logs by default. AUI has several caches for textures, sounds, etc... so they can subscribe to this signal as well.

Proposed solution

Make global AObject like ASharedApplication with signal lowMemoryNotified. The underlying implementations:

Alternatives you've considered

No response

Additional context

No response

Alex2772 avatar Jan 30 '25 19:01 Alex2772