Hello,
We in the process of upgrading from Apps 10 UPD24 to Cloud 24R2 SU8.
Our test environment has been configured with a global scale value of 20 in ifscloud-values.yaml.
We had issues with the ifsapp-odata pod being killed due to hitting memory limits (OOMKilled message in Linux journal logs), our upgrade partner then added this to ifscloud-values.yaml to prevent this from happening:
ifsappodata:
replicas: 1
resources:
requests:
cpu: "500m"
memory: "5Gi"
limits:
cpu: "2"
memory: "5Gi"
Do IFS recommend specifying pod resources this way?
Our MT server is at 18GB out of 96GB of memory used - would it not be better to increase the scale value/add more replicas for ifsapp-odata?
Thanks,
Joe