My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[marvin] slightly uptune MariaDB settings

dish eee1b26a b4d79783

+7
+7
hosts/marvin/services/databases.nix
··· 36 36 mysql = { 37 37 enable = true; 38 38 package = pkgs.mariadb; 39 + settings = { 40 + mysqld = { 41 + query_cache_type = 1; 42 + key_buffer_size = 10 * 1024 * 1024; 43 + innodb_buffer_pool_size = 1024 * 1024 * 1024; 44 + }; 45 + }; 39 46 }; 40 47 }; 41 48 }