SAP Netweaver JCO library error

We have an issue with the SAP Netweaver component and how it utilizes the JCO library.

Systematically we run into an error saying that we have opened to many connections to the jco library. How can this be?

Is there a way to increase the limit of 202 connections or is it a way to make Matillion release the threads earlier in order to limit how many connections Matillion binds up to the library at any given time?

Have anyone been able to successfully use Matillion against SAP ECC?

We have been able to increase the 202 conversation limit, by setting the java options parameter to the environment variables.

$ cat /usr/share/tomcat8/bin/setenv.sh

export CATALINA_OPTS="$CATALINA_OPTS -Djco.cpic_maxconv=2000"