[AIAS-02] Architecture overview

The following picture represents the high-level architecture of how Akamas operates in this scenario.

The optimization goal is to make Renaissance run faster, a common optimization need for Java applications.

Therefore, the optimization study needs to have the following properties:

  • The goal of the optimization will be to minimize the response time of the Java application (another goal would be reducing the JVM memory usage)

  • The parameters to be optimized include some common JVM options like the heap size and the garbage collector type

  • The metrics that you will measure for each experiment will be the application response time, CPU, and memory usage

  • The study will execute up to 30 experiments, for a duration of about 1 hour

Last updated