Performance improvements

superwofy

Corporal
Jan 18, 2021
109
151
0
I'll preface this by saying that this will make almost no difference. I'll post more changes as I discover them.

Since the startup script is being modified there's also a significant chance of a boot loop which has to be recovered with an EMMC adapter. Note that this script is from the latest i-level!

Per one of the utilities Harman supplies: "Hint: any "v" is a performance killer!" Some of these binaries are set to -vvv

I removed verbose logging from:
usbPowerMonitorST
io-usb
vdev-medialaunch
multicored
srv-hddmgr
dev-videocapture
nice -> dev-videocapture
dev-speedstep
dev-spi-hbfpga
dev-drivemgr
natp
devb-ahci-hb

Decreased speedstep poll rate to 500ms
Disabled IPCE lighttpd server
Removed IBA loading from HmiMain3D
Disabled scr_initialize_usb-eth-adapter.sh

To install, put the starter script on the root of a USB drive and plug into USB1. Then through telnet/SSH:
Code:
mount -uw /fs/sda0 && \
cp /fs/usb0/starter.cfg.0x10ee /opt/sys/etc && \
sleep 5 && \
mount -ur /fs/sda0 && OnOffDSICommander appreset
 

Attachments

  • starter.cfg.0x10ee.zip
    10.8 KB · Views: 8
Last edited: