zoukankan      html  css  js  c++  java
  • LR接口性能测试提示Code

     

    一、在做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$datchannel_configure.dat
      2. $installation folder$launch_servicedatchannel_configure.dat
      在这两个文件中的[general]部分下添加如下配置。
      shared_memory_max_size=100 (修改共享内存为100MB,默认是50MB)
      重新启动Controller,问题解决。

    通过上述配置,问题解决

  • 相关阅读:
    ZOJ 1450
    HDU 3932
    POJ 3348
    POJ 1873
    POJ 1228
    POJ 2007
    POJ 1113
    POJ 1696
    POJ 1329
    HDU 3432
  • 原文地址:https://www.cnblogs.com/zhengah/p/5069331.html
Copyright © 2011-2022 走看看