@cryptotaxi247 / infra / commits / 18388ddc

snapshot

zimbatm committed Apr 12, 2019 at 11:10 UTC 18388ddc686aeeccc6b9daddbf63d0fa8c64ed6f
2 files changed +9 -9
delft/chef.nix
+1 -1
@@ -22,7 +22,7 @@
22 log_statement = 'none'
23 max_connections = 250
24 work_mem = 16MB
25 - shared_buffers = 4GB
25 + shared_buffers = 2GB
26
27 # Checkpoint every 256 MB.
28 min_wal_size = 128MB
delft/hydra.nix
+8 -8
@@ -29,7 +29,7 @@ in
29 services.hydra-dev.useSubstitutes = false;
30 services.hydra-dev.extraConfig =
31 ''
32 - max_servers 50
32 + max_servers 30
33
34 enable_google_login = 1
35 google_client_id = 816926039128-ia4s4rsqrq998rsevce7i09mo6a4nffg.apps.googleusercontent.com
@@ -51,7 +51,7 @@ in
51 # patchelf:master:3
52 xxx-jobset-repeats = nixos:reproducibility:1
53
54 - nar_buffer_size = 8589934592
54 + nar_buffer_size = 6442450944
55
56 upload_logs_to_binary_cache = true
57
@@ -60,8 +60,8 @@ in
60
61 log_prefix = https://nix-cache.s3.amazonaws.com/
62
63 - evaluator_initial_heap_size = 10000000000
64 - evaluator_max_heap_size = 11000000000
63 + evaluator_initial_heap_size = 11000000000
64 + evaluator_max_heap_size = 12000000000
65
66 max_concurrent_evals = 1
67 '';
@@ -160,8 +160,8 @@ in
160 Hostname 147.75.74.238
161 Compression yes
162
163 - Host packet-t2a6-ampere-1
164 - Hostname 147.75.107.178
163 + Host packet-c2-large-arm
164 + Hostname 147.75.107.234
165 Compression yes
166 '';
167
@@ -201,8 +201,8 @@ in
201 # packet-t2a5-qc-centriq-1
202 { hostNames = [ "147.75.74.238" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJTGvykBvR6l4d0ssReNLMV2qVV+TKNUrU22OOix//qE"; }
203
204 - # packet-t2a6-ampere-1
205 - { hostNames = [ "147.75.107.178" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINIPFXDrxqs3PjPa4M5iTd0wPmwG0L45d/T9mGEozHrX"; }
204 + # packet-c2-large-arm
205 + { hostNames = [ "147.75.107.234" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHsY9skBvQx3mMFrMyR2zwK50OMEu5Xzw4tMLBH4Nzum"; }
206
207 # packet-epyc-1
208 { hostNames = [ "147.75.198.47" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAt76Jw/xXqvYcrNZSa+BEfKfLCFyvY50LZJuGBWtJwx"; }