commit | 15a1c756963edf9e1441807d61765e68b13871f9 | [log] [tgz] |
---|---|---|
author | Tom Joseph <tomjoseph@in.ibm.com> | Mon Jul 09 03:36:58 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jul 16 03:39:10 2018 +0000 |
tree | 2ba480b43b0d7adbefc681ce2f463295a5476a96 | |
parent | bd1a801ed9f6ee0f670a6484819d78de0a8f1217 [diff] |
Fix to speed up boot to BMC Ready state The legacy services(like system and chassis) was assigned nice value of 19 to alleviate CPU stress at boot time. The systemd bootchart showed that many services are dependedent on the system service. The nice is set to default value of 0 and there is a consistent improvement of ~10 sec in BMC getting to ready state. Change-Id: I8f9f76da0a36c136243026aa7d7691e814634987 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/chassis/obmc-control-chassis/org.openbmc.control.Chassis@.service b/meta-phosphor/common/recipes-phosphor/chassis/obmc-control-chassis/org.openbmc.control.Chassis@.service index aad06b1..76acd19 100644 --- a/meta-phosphor/common/recipes-phosphor/chassis/obmc-control-chassis/org.openbmc.control.Chassis@.service +++ b/meta-phosphor/common/recipes-phosphor/chassis/obmc-control-chassis/org.openbmc.control.Chassis@.service
@@ -8,7 +8,6 @@ Type=dbus BusName={BUSNAME} Environment="PYTHONUNBUFFERED=1" -Nice=19 TimeoutStartSec=180s [Install]
diff --git a/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service b/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service index 27abe6e..9d1761f 100644 --- a/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service +++ b/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service
@@ -10,7 +10,6 @@ Type=dbus BusName={BUSNAME} Environment="PYTHONUNBUFFERED=1" -Nice=19 TimeoutStartSec=180s [Install]