Browse Source
CI: reduce RAM limit to 8 GB
Possible after setting correct TERMUX_MAKE_PROCESSES.
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
.cirrus.yml
|
|
@ -1,7 +1,7 @@ |
|
|
|
container: |
|
|
|
image: termux/package-builder:latest |
|
|
|
cpu: 4 |
|
|
|
memory: 12 |
|
|
|
memory: 8 |
|
|
|
|
|
|
|
docker_builder: |
|
|
|
name: Update docker image |
|
|
|