Identify Memory Leaks
- Last Updated: March 3, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Version 12.2
- Documentation
As of OpenEdge release 12.2.17, Developers can now use the
OpenEdge.Core.Util.LeakCheck class in the
OpenEdge.Core library to process log files and identify memory
leaks. The LeakCheck class uses:- The
ParseLogmethod to identify memory leaks and potential objects that may be causing these leaks in AVM log files, like PAS for OpenEdge logs andLOG-MANAGERlogs. GetReportto generate a report in JSON format.
Temp-table access is available if you want to create custom reports. The
OpenEdge.Core.pl is included on the default
PROPATH for TTY and GUI
environments.
For more information on how to use the LeakCheck class, see
Identify memory leaks using the LeakCheck
class in Troubleshoot ABL Applications.
For more information on the LeakCheck class, see OpenEdge.Core.Util.LeakCheck.