Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] On Linux try return not used memory to system on compile model…
… destructor (openvinotoolkit#27534) ### Details: - Optimize Linux process using OV memory consumption by returning not used memory to the system when compiled model is destroyed. - It should optimize memory usage by C++ and Python applications, as Linux avoid reclaim memory until process end especially for small chunks of allocations. ### Tickets: - CVS-149497
- Loading branch information