Heapsize grows too large
When we get a lot of requests on our integration the heapsize grows too large, this happens according to our Oracle consultant since the garbage collector is not keeping up to pace with the load. Whenever an external system is trying to connect to our lookup they are unable to connect to our end point. This happens even at quite small loads, e.g. anything above 15 requests.
Whenever we restart OEFMA using the following commands, it works for a short period of time, then we need to restart again.
$INST_TOP/admin/scripts/adoafmctl.sh stop
$INST_TOP/admin/scripts/adoafmctl.sh start
Whenever we restart OEFMA using the following commands, it works for a short period of time, then we need to restart again.
$INST_TOP/admin/scripts/adoafmctl.sh stop
$INST_TOP/admin/scripts/adoafmctl.sh start
0