Changing the Consolidated Database Server Thread Count and Pool Size
You can change the consolidated database (CDB) server thread count and maximum pool size as required. The procedure for this varies depending on the type of environment the CDB server is deployed to.
Sybase has identified two scenarios: one for clustered environments and one for single node installations.
To change the thread count, edit the <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\bin\install-sup-sqlany11.bat to modify the CDB_THREADCOUNT property.
Choose an appropriate server threadcount according to your cluster performance requirements.
For example, this command sets the server thread count to 200:
set CDB_THREADCOUNT=200
To change the maximum pool size, edit the <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\Repository\Instance\com\sybase\djc\sql\DataSource\default.properties
to modify the maxPoolSize property.
Recreate the service again with the correct thread count by running:
Choose an appropriate server threadcount according to your cluster performance requirements.
To change the maximum pool size, edit the <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\Repository\Instance\com\ybase\djc\sql\DataSource\default.properties
to modify the maxPoolSize property.