This sets mostly the same parameter options as MariaDB besides `innodb_buffer_pool_size` which is set to `{DBInstanceClassMemory*3/4}` matching general recommendations and the same config option as our phabricator database.
Here are the configuration options in our keyserver docker compose file:
```
--performance-schema
--max-allowed-packet=256M
--local-infile=0
--sql-mode=STRICT_ALL_TABLES
--innodb-buffer-pool-size=1600M
--innodb-ft-min-token-size=1
--innodb-ft-enable-stopword=0
```