一、在做JAVA接口性能测试时,场景在运行中出现: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,问题解决。

通过上述配置,问题解决

相关文章:

  • 2021-12-06
  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-11-18
  • 2022-12-23
猜你喜欢
  • 2021-08-18
  • 2021-05-17
  • 2021-12-03
  • 2022-12-23
  • 2021-10-03
相关资源
相似解决方案