Configuring the Instruction Stream Performance Environment
- Change the default values of system properties.
Modify the following property values in the vendor/default.prop file in the InstructionPhoneAndroidRServer.tar.gz package, and use the modified package to start an instruction stream container.
ro.hardware.fps=30 vmi.lock.fps=30 vmi.vertex.compress=0
- Change variables in the cfct file.
Change the value of CPUS_NUM_PER_CNTR in the cfct file to 1.
- Disable some system services.
# systemctl stop multipathd # systemctl disable mulpathd # systemctl stop irqbalance # systemctl disable irqbalance # systemctl stop snapd # systemctl disable snapd
- Bind network interrupts to CPU cores.
- If the script for periodically clearing the cache is configured, bind the script to an idle core.
Parent topic: Environment Requirements