During mass data processing in the following constellation, the memory consumption increases continuously. When the 2GB limit is reached, the runtime crashes.
Prog1
perform many times
read file
call "Prog2"
end-perform
Prog2 (not with "is-initial" because the last state should stay in memory)
"heavy I-O" , this means: open / read / rewrite / close many files and records
In the windows taskmanager we can see how the memory usage of the runtime-process is constantly increasing. In the debugger the memory consumption (u) "overhead" increases.
This is not the case in a local environment where the files are not addressed by AcuServe notation (@srv:).
Has anyone seen this before?
Runtime & AcuServe Version 10.2.0 as well as 10.2.1