Discussion
Still seeing PEGA0017 alerts
I am still seeing PEGA0017 alerts after adding the following dynamic system settings (in Pega-Engine):
prconfig/datapages/mrucapacity/default = 3000
prconfig/declaratives/fragments/instancecountlimit/default = 5000
All nodes were restarted after making these changes. The alert log entry is as follows:
...PEGA0017*1000*1000*...;*declaratives/declarepages: Successfully reduced Concurrent MRU Map by201 down to: 1000.*
The alert log shows the threshold is 1000 as if my changes never took effect. How do I overcome this?
Also, it would be helpful if all prconfig settings were documented so I could determine if I am adding the proper dynamic system setting for this issue. A search on PDN does not bring up any results for Pega 7. When can we expect to see an update on this?
The solution to my problem with excessive PEGA0017 alerts was to implement these 2 dynamic system settings (in 7.1.5):
Pega-Engine • prconfig/declaratives/declarepages/instancecountlimit/default (set to 3000)
Pega-Engine • prconfig/declaratives/fragments/instancecountlimit/default (set to 5000)