MTA segmentation fault
segmentation fault is happening in custom MTA.
Performance Parameters defined in MTA pin.conf
- pin_mta children 3
- pin_mta per_batch 50
- pin_mta per_step 100
- pin_mta fetch_size 500
But numbers of accounts that are eligible for this run is around 502. We are getting Segmentation fault (core dumped) when MTA is run.
How do we estimated fetch_size & per_step values. I have referred https://docs.oracle.com/html/E16719_01/adm_performance.htm#i457867 but need little more elaboration on these parameters.