Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleExample - Setting the maximum number of connections for Sybase IQ


Code Block
languagetext
themeEclipse
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>


...

Info
titleExample - Setting the timeout for a socket tied to a Sybase IQ connection


Code Block
languagetext
themeEclipse
For Helm deployed ECs, in values.yaml add at:
systemProperties:
  - config.properties.sybase.jdbc.socketread.timeout=600000 

For Web InterfaceECs deployed ECs, in WebDesktop InterfaceOnline, add in:
EC Deployment, Execution Context, Configure EC: System Properties: Add ->
config.properties.sybase.jdbc.socketread.timeout=600000 

Deploy the EC again either in theDesktop Web InterfaceOnline or with:
$ kubectl delete pod <ec-pod> -n <namespace


...