nixos/slurm: remove mysql/InnoDB tuning settings, unbreak test

The tuning settings are recommended for production setups:
(https://slurm.schedmd.com/accounting.html#slurm-accounting-configuration-before-build)

These are not needed in the test and broke the MySQL service.
This commit is contained in:
Markus Kowalewski 2025-06-10 10:31:11 +02:00
parent 33aa613cfa
commit 68d450a5b8

View File

@ -118,12 +118,6 @@ in
name = "slurm";
}
];
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;
};
};
};