set_server_setting
Update ArcadeDB server configuration settings at runtime to adjust database performance and behavior without restarting the server.
Instructions
Update a server configuration setting at runtime. Changes take effect immediately but may not persist across server restarts (depends on the setting). Use get_server_settings first to see available settings and their current values.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The configuration key (e.g., 'arcadedb.maxPageRAM', 'arcadedb.asyncWorkerThreads'). | |
| value | Yes | The new value for the setting. |