Hello community,

here is the log from the commit of package containerd for openSUSE:Factory 
checked in at 2017-04-17 10:26:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/containerd (Old)
 and      /work/SRC/openSUSE:Factory/.containerd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "containerd"

Mon Apr 17 10:26:32 2017 rev:14 rq:487505 version:0.2.5+gitr608_03e5862

Changes:
--------
--- /work/SRC/openSUSE:Factory/containerd/containerd.changes    2017-03-12 
20:05:54.253589780 +0100
+++ /work/SRC/openSUSE:Factory/.containerd.new/containerd.changes       
2017-04-17 10:26:33.376132371 +0200
@@ -1,0 +2,5 @@
+Wed Apr 12 08:02:59 UTC 2017 - [email protected]
+
+- Set TasksMax=infinity to make sure runC doesn't start failing randomly.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ containerd.service ++++++
--- /var/tmp/diff_new_pack.OkvIcD/_old  2017-04-17 10:26:34.859922240 +0200
+++ /var/tmp/diff_new_pack.OkvIcD/_new  2017-04-17 10:26:34.859922240 +0200
@@ -10,10 +10,15 @@
 LimitNOFILE=1048576
 LimitNPROC=1048576
 LimitCORE=infinity
+
 # While containerd doesn't directly modify cgroups, we have to make sure that
 # systemd doesn't suddenly decide to mess around with runC's cgroup setup.
 Delegate=true
 
+# TasksMax is set to a silly value by default, so we need to bump it up to
+# infinity so that containers don't randomly fail to spawn.
+TasksMax=infinity
+
 [Install]
 WantedBy=multi-user.target
 


Reply via email to