Hi
getTotalMemoryUsage() returns the heap size and getMemoryUsage() returns the size actually used in the heap.
could
https://community.ibm.com/community/user/ai-datascience/discussion/concert-technology-memory-usage
help ?
And within OPL you can use _memoryUsage
execute
{
writeln(thisOplModel._memoryUsage);
}
------------------------------
[Alex] [Fleischer]
[Data and AI Technical Sales]
[IBM]
------------------------------