spack/etc/spack/defaults
Harmen Stoppels 476a29e1b6
Increase db timeout 3s -> 60s (#35517)
When running many concurrent spack install processes that need to write
to the db, Spack regularly times out. This is because writing to the DB
after another process has written to it requires deserialization of the
db, mutating it in memory, and serializing it again, which takes some
time. On top of that, I believe there's a 1 second retry when a write
lock cannot be obtained, so I think this means only 3 processes can
really write to the DB at the same time before timing out.
2023-02-17 08:42:41 +01:00
..
cray Don't set LD_LIBRARY_PATH by default on Linux (#28354) 2022-08-11 09:33:08 -05:00
darwin Relative paths in default prefix_inspections start with ./ (#31867) 2022-08-23 12:54:12 -07:00
linux Don't set LD_LIBRARY_PATH by default on Linux (#28354) 2022-08-11 09:33:08 -05:00
windows Windows: package defaults and MPI detection (#34614) 2023-01-03 08:32:18 -08:00
bootstrap.yaml Update metadata for bootstrapping (#33665) 2022-11-03 09:05:03 +00:00
concretizer.yaml concretizer:unify:true as a default (#31787) 2022-11-07 15:38:24 +01:00
config.yaml Increase db timeout 3s -> 60s (#35517) 2023-02-17 08:42:41 +01:00
mirrors.yaml Use AWS CloudFront for source mirror (#23978) 2021-05-28 00:18:30 -07:00
modules.yaml Relative paths in default prefix_inspections start with ./ (#31867) 2022-08-23 12:54:12 -07:00
packages.yaml go,gcc: Support external go compilers for Go bootstrap (#27769) 2022-10-18 10:18:49 -07:00
repos.yaml Add "default" configuration scope. 2016-07-19 17:10:17 -07:00