mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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.
(cherry picked from commit 68d450a5b8)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user