[neon/snap-packaging/kde-qt6-core-sdk/work.core24-arm64-build-test] debian: adjust cores again
Carlos De Maine
null at kde.org
Wed Jul 23 04:12:08 BST 2025
Git commit 79b9ee581a9cffd6e3235cf0fa1f1c0cc9f7ab28 by Carlos De Maine.
Committed on 23/07/2025 at 03:12.
Pushed by carlosdem into branch 'work.core24-arm64-build-test'.
adjust cores again
M +4 -4 debian/snap-snapcraft-core-lxd-proto.yml
https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/79b9ee581a9cffd6e3235cf0fa1f1c0cc9f7ab28
diff --git a/debian/snap-snapcraft-core-lxd-proto.yml b/debian/snap-snapcraft-core-lxd-proto.yml
index 1bacb27..fbad0a7 100644
--- a/debian/snap-snapcraft-core-lxd-proto.yml
+++ b/debian/snap-snapcraft-core-lxd-proto.yml
@@ -10,10 +10,10 @@ snap_snapcraft_core_lxd_proto:
default: true
before_script:
# of we are building the kde-qt6-core-sdk snap , ensure that lxc utilises only
- # 16 of the available 32 cores otherwise qt-webengine will OOM.
+ # 6 of the available 8 cores otherwise qt-webengine will OOM.
- |
if [ "$KDE_SNAP_MODULE_NAME" == "kde-qt6-core-sdk" ]; then
- lxc profile set default --project snapcraft limits.cpu=16
+ lxc profile set default --project snapcraft limits.cpu=6
fi
script:
- echo number of cores =
@@ -68,10 +68,10 @@ snap_snapcraft_core_lxd_proto_arm64:
default: true
before_script:
# of we are building the kde-qt6-core-sdk snap , ensure that lxc utilises only
- # 16 of the available 32 cores otherwise qt-webengine will OOM.
+ # 12 of the available 32 cores otherwise qt-webengine will OOM.
- |
if [ "$KDE_SNAP_MODULE_NAME" == "kde-qt6-core-sdk" ]; then
- lxc profile set default --project snapcraft limits.cpu=16
+ lxc profile set default --project snapcraft limits.cpu=12
fi
script:
- echo number of cores =
More information about the Neon-commits
mailing list