配置指令流性能环境
- 修改系统属性的默认值。
修改位于InstructionPhoneAndroidRServer.tar.gz压缩包的“vendor/default.prop”文件以下属性值,并使用修改后的压缩包启动指令流容器。
ro.hardware.fps=30 vmi.lock.fps=30 vmi.vertex.compress=0
- 修改cfct中变量。
将cfct中“CPUS_NUM_PER_CNTR”变量的值改成“1”。
- 关闭部分系统服务。
# systemctl stop multipathd # systemctl disable mulpathd # systemctl stop irqbalance # systemctl disable irqbalance # systemctl stop snapd # systemctl disable snapd
- 网络中断绑核。
建议使用两张网卡进行测试,都分别绑在空闲的CPU上(空闲CPU有:0-1、32-33、64-65、96-97)。网卡中断绑定空闲核请参见《Kbox云手机容器 特性指南》中的“网卡绑定CPU”章节。
- 若配置了定时清除cache的脚本时,需将其绑核到空闲核。
父主题: 环境要求