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
- Modify the variable CPUS_NUM_PER_CNTR_TMP in the cfct file. This variable specifies the number of CPU cores bound to each cloud phone container.
Change the value of CPUS_NUM_PER_CNTR_TMP in the cfct file to 1.
- Disable some system services.
1 2 3 4 5 6
systemctl stop multipathd systemctl disable multipathd 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