Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
App.CompactMemory
Compacts application memory.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
App | 8.5 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
Deprecated
This function was deprecated.
MBS( "App.CompactMemory" )
Parameters
none
Result
Returns OK or error.
Description
Compacts application memory.Passes back memory to the OS which is no longer needed, but kept for reuse.
Reducing physical memory used may lead to storing data in swap file on disk.
See also App.MemoryUsed to learn how much memory is used.
See also
Release notes
- Version 8.5
- Added App.CompactMemory function.
Blog Entries
This function checks for a license.
Created 23th November 2018, last changed 7th January 2023
