首页 > 其他 > 详细

LR 常见问题总结

时间:2014-07-27 10:03:22      阅读:319      评论:0      收藏:0      [点我收藏+]

问题1:Error: Two Way Communication Error:
           Function two_way_comm_post_message/two_way_comm_post_message_ex failed.
原因:
共享内存缓存溢出,造成Controller和Load Generator之间通讯出现问题。
解决方案:
修改两个配置文件。
1. $installation folder$\dat\channel_configure.dat
2. $installation folder$\launch_service\dat\channel_configure.dat
在这两个文件中的[general]部分下添加如下配置。
shared_memory_max_size=100 (修改共享内存为100MB,默认是50MB)
重新启动Controller,

LR 常见问题总结

原文:http://www.cnblogs.com/perilla/p/3870505.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!