Ciao Giacomo,
This is a recent feature in OCI to warn you when the various memory allocations have not been changed after the machine is running on has had a boost in memory.
MySQL's memory allocations are controlled by ..\sanscreen\mysql\my.cnf
innodb_buffer_pool_size=6144M
Is the major setting that controls MySQL's memory utilization
If you edit this file and change the value, the change will take effect when MySQL is next restarted.
OCI Acq, Server and Elastic are all Java based, and OCI uses Windows service wrappers to launch these Java virtual machines.
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0
Is the registry location where you want to start looking
Each of the 3 OCI Java-based services has their own folder, with Parameters -> Java subfolders.
What you are looking for are the JvmMx (max) and JvmMs (minimum/starting value) keys.
For Elastic, we have those values identical, for the Server and Acq, the JvmMx (max) is what you are looking to modify.
These keys can be right clicked -> Modify, and once toggled to Decimal values should make some sense.
Again, if you change these values, they will take effect when these services are next restarted
Matt