Skip to content
Snippets Groups Projects
Commit 9fa7b53a authored by ab0027's avatar ab0027 :speech_balloon:
Browse files

Set xz memory limit to 90%

parent da36bea7
No related branches found
No related tags found
No related merge requests found
Pipeline #7312 failed
...@@ -38,7 +38,7 @@ build-zynthbox-image-armhf: ...@@ -38,7 +38,7 @@ build-zynthbox-image-armhf:
- echo "Image Size -> $(du -h ./workspace/$image_name)" - echo "Image Size -> $(du -h ./workspace/$image_name)"
# Compress image # Compress image
- xz -zv --threads=$(nproc) ./workspace/$image_name - xz -zv --threads=$(nproc) --memory=90% ./workspace/$image_name
publish-zynthbox-image-armhf: publish-zynthbox-image-armhf:
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment