For Helm deployed ECs, in values.yaml add at:
systemProperties:
- config.properties.sybase.iq.pool.maxlimit=20
For Web InterfaceECs deployed ECs, in WebDesktop InterfaceOnline, add in:
EC Deployment, Execution Context, Configure EC: System Properties: Add ->
config.properties.sybase.iq.pool.maxlimit=20
Deploy the EC again either in theDesktop Web InterfaceOnline or with:
$ kubectl delete pod <ec-pod> -n <namespace>
|