87740c8234
Larger disk means more IO performance. Require more CPUs to aid mksquashfs performance. Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com> (cherry picked from commit 067338f7db3ca39a7ba5677c4d8fea33f827e758)
19 lines
424 B
Plaintext
19 lines
424 B
Plaintext
summary: Build KDE Desktop live image
|
|
discover:
|
|
how: fmf
|
|
environment:
|
|
image_type: iso
|
|
image_profile: KDE-Desktop-Live
|
|
kiwi_file: Fedora.kiwi
|
|
execute:
|
|
how: tmt
|
|
provision:
|
|
how: artemis
|
|
hardware:
|
|
cpu:
|
|
# Add more CPUs to make mksquashfs faster
|
|
processors: ">= 8"
|
|
disk:
|
|
# Increase disk size for better IO performance
|
|
- size: '>=500 GiB'
|