From dcae37989f91edc9a5d6cd5c6131f94645ae18dd Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Thu, 21 Jan 2021 17:45:15 +0100 Subject: tests/slurm: update mysql config to use settings --- nixos/tests/slurm.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nixos/tests/slurm.nix') diff --git a/nixos/tests/slurm.nix b/nixos/tests/slurm.nix index 97e031a627931..3702d243b486b 100644 --- a/nixos/tests/slurm.nix +++ b/nixos/tests/slurm.nix @@ -109,12 +109,12 @@ in { ensurePermissions = { "slurm_acct_db.*" = "ALL PRIVILEGES"; }; name = "slurm"; }]; - extraOptions = '' + settings.mysqld = { # recommendations from: https://slurm.schedmd.com/accounting.html#mysql-configuration - innodb_buffer_pool_size=1024M - innodb_log_file_size=64M - innodb_lock_wait_timeout=900 - ''; + innodb_buffer_pool_size="1024M"; + innodb_log_file_size="64M"; + innodb_lock_wait_timeout=900; + }; }; }; -- cgit 1.4.1