Dan4gl
New Member
We are having issues with memory leaks and having a really hard time finding them. It could be there is just more data needed for the application. We are trying to use a stop gap measure in the meantime to add LargeAddressAware to the prowin32.exe and _proapsrv.exe . We were wondering if anyone else has tried this and if there are any pitfalls to doing so with these executables? We are trying to stop our users from getting OOM expceptions and crashing out. We used editbin prowin32.exe /largeaddressaware to allow the application to use more than 1.5-2 GB of memory . We have just tested this operation internally and we do see that it stops the OOM exceptions. Any help or advice on this topic or around catching the culprit of memory leaks or using largeaddressaware for 32 bit applications.
We have already enabled appserver disconnect logging that shows us an procedure, object, buffer or other leak checks offered by the ABL.
We have already enabled appserver disconnect logging that shows us an procedure, object, buffer or other leak checks offered by the ABL.