Now that the aac4paservices
is deployed and started, you will be able to access the JMX Console.
On the left side menu bar, you can expand Monitoring > JMX Console.

Adjust the database pool setting of the SAP Predictive services to control the load on your HANA instance
The HANA MDC instances available on the SAP Cloud Platform trial environment are limited to only 6GB of RAM.
Therefore it is really important to control the load else your HANA MDC will simply restart because not enough resources are available.
The SAP Predictive services are by default configured to run at most 4 jobs in parallel.
A job is created whenever you run one the SAP Predictive services in asynchronous mode.
The number of concurrent jobs is limited by the number of available database connections in the pool.
Luckily this parameter is exposed as one of the JMX (Java Management Extensions) parameters of the aac4paservices
Java application.
It can be configured without changing any piece of code in the SAP Predictive services deployed application via the JMX Console.