mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 01:50:38 +00:00
circleci: do builds on a bigger container.
default(medium): 2 CPUs, 4GB RAM. xlarge: 8 CPUs, 16GB RAM. Some build jobs are getting killed with signal 9. I'm guessing that this is probably an OOM condition...
This commit is contained in:
@@ -5,6 +5,7 @@ orbs:
|
||||
|
||||
executors:
|
||||
zenith-build-executor:
|
||||
resource_class: xlarge
|
||||
docker:
|
||||
- image: cimg/rust:1.51.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user