LokiMidgard / Bes-Music

A Windows 10 (including Mobile) Music player that downloads your Music from OneDrive and Syncs your Playlists between devices.
MIT License
33 stars 2 forks source link

Reduce Memory Footprint in background #5

Open LokiMidgard opened 3 years ago

LokiMidgard commented 3 years ago

The XBox is very strict about memory consumption. If your app is send to background you have 2 seconds to drop your memory below 124MB.

The App currently uses 160 to 200 MB. Dropping to the background releases around 20 MB.