In-Memory Database Guide : Configuring the in‑memory database : Configuration parameters
  
Configuration parameters
Most parameters related to the solidDB® in-memory database are stored into the [MME] section of the solid.ini configuration file.
You can change configuration parameters in either by manually editing the solid.ini configuration file or by entering the following command in solidDB® SQL Editor:
ADMIN COMMAND 'parameter section_name.param_name=value'
For example:
ADMIN COMMAND 'parameter mme.imdbmemorylimit=1gb';
Note The server reads the configuration file only when it starts, and therefore changes to the configuration file do not take effect until the next time that the server starts.
See also
General section
MME section
Configuring the in‑memory database