Ios开发 用highchart HIBoost 不能加载出数据曲线

提示信息Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
需求是要做一个多个设备温湿度信息曲线图,时间段长的话数据量很大基本上几十万,少量数据显示正常、到了四五万数据就报这个错误

是否有添加 boost 模块,也就是 chartView.plugins = ["boost"]

参考文档:

添加了chartView.plugins = [“boost”] 之后,
Message from debugger: Terminated due to memory issue 数据过多的时候内存使用问题APP奔溃了