Code - 60990 Error: Two Way Communication Error: Function two_way_comm_post_message /two_way_comm_post_message_ex failed.错误及Code - 10343 Error: Communication error: Cannot send the message since reached the shared memory buffer max size错误,一般解决的方法如下:
可能收起的原因一:
共享内存缓存溢出,造成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,问题解决。
通过上述配置,问题解决