Hi PB Gurus,
We have a memory problem in an application build with PowerBuilder 11.2 Build 8869
The application has a window that refresh the content each x seconds. The data is loaded from Oracle database and then refreshed on
the screen without errors.
However, the application starts with 50MB memory, but it increases a little in each refresh. We have kept opened the application for 36 hours and memory reaches 500MB. The app is like a status monitor and needs to keep it openend long hours.
It seems that the memory of previus data are not released.
Anyone has any clue where the problem may be?
Maybe a memory leak?
The code uses PFC and some datawindow objects.
Thanks in advance!