Hello community, here is the log from the commit of package cri-o for openSUSE:Factory checked in at 2018-11-13 16:22:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cri-o (Old) and /work/SRC/openSUSE:Factory/.cri-o.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cri-o" Tue Nov 13 16:22:28 2018 rev:20 rq:646997 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes 2018-11-06 13:48:42.248715877 +0100 +++ /work/SRC/openSUSE:Factory/.cri-o.new/cri-o.changes 2018-11-13 16:22:32.234980158 +0100 @@ -1,0 +2,7 @@ +Wed Nov 7 13:33:14 UTC 2018 - Valentin Rothberg <[email protected]> + +- Set NOFILE and NPROC limit to 1048576 to align with Docker/containerd + and the upstream unit file. + Fix bsc#1112980 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crio.service ++++++ --- /var/tmp/diff_new_pack.vOqL0C/_old 2018-11-13 16:22:32.862979060 +0100 +++ /var/tmp/diff_new_pack.vOqL0C/_new 2018-11-13 16:22:32.862979060 +0100 @@ -11,8 +11,8 @@ ExecReload=/bin/kill -s HUP $MAINPID TasksMax=infinity -LimitNOFILE=infinity -LimitNPROC=infinity +LimitNOFILE=1048576 +LimitNPROC=1048576 LimitCORE=infinity # Set delegate yes so that systemd does not reset the cgroups of containers.
