[neon/snap-packaging/kde-qt6-core-sdk/work.core24-arm64-build-test] debian: Edit snap-snapcraft-core-lxd-proto.yml

Carlos De Maine null at kde.org
Wed Jul 23 01:07:13 BST 2025


Git commit 0b685fc168e720403d0bac79afe18777d44911e1 by Carlos De Maine.
Committed on 23/07/2025 at 00:07.
Pushed by carlosdem into branch 'work.core24-arm64-build-test'.

Edit snap-snapcraft-core-lxd-proto.yml

M  +4    -4    debian/snap-snapcraft-core-lxd-proto.yml

https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/0b685fc168e720403d0bac79afe18777d44911e1

diff --git a/debian/snap-snapcraft-core-lxd-proto.yml b/debian/snap-snapcraft-core-lxd-proto.yml
index 2c774b8..1bacb27 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 
-    # 24 of the available 32 cores otherwise qt-webengine will OOM. 
+    # 16 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=24
+        lxc profile set default --project snapcraft limits.cpu=16
       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 
-    # 24 of the available 32 cores otherwise qt-webengine will OOM. 
+    # 16 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=24
+        lxc profile set default --project snapcraft limits.cpu=16
       fi
   script:
     - echo number of cores =


More information about the Neon-commits mailing list