Lifespan of Read Only Data Pages?
Hello,
A developer on my program was mentioning that Read Only Data Pages stay in memory for the lifespan of the requestor, even if we manually Page-Remove them. Is this true?
For things like Batch Requestors and Requestor Pools, don't they keep the same Requestor open (and same thread) how would we handle situations where we're seeing memory growing?
In my instance: I'm getting many PEGA0016 Alerts on a Queue Processor's requestor that's executing the same activity over and over on the same thread in the same requestor.
Any guidance would be appreciated.