[Backport release-25.05]: nixos/slurm: remove mysql/InnoDB tuning settings, unbreak test (#432790)

This commit is contained in:
Wolfgang Walther
2025-08-14 07:23:00 +00:00
committed by GitHub

View File

@@ -119,12 +119,6 @@ import ./make-test-python.nix (
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;
};
};
};