summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/system
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2018-07-09 11:36:58 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-16 06:39:10 +0300
commit15a1c756963edf9e1441807d61765e68b13871f9 (patch)
tree2ba480b43b0d7adbefc681ce2f463295a5476a96 /meta-phosphor/common/recipes-phosphor/system
parentbd1a801ed9f6ee0f670a6484819d78de0a8f1217 (diff)
downloadopenbmc-15a1c756963edf9e1441807d61765e68b13871f9.tar.xz
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>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/system')
-rw-r--r--meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service1
1 files changed, 0 insertions, 1 deletions
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 27abe6ef24..9d1761fd85 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 @@ SyslogIdentifier=system_manager.py
Type=dbus
BusName={BUSNAME}
Environment="PYTHONUNBUFFERED=1"
-Nice=19
TimeoutStartSec=180s
[Install]