wangduanduan

Results 32 comments of wangduanduan

this is my config.xml ``` /var/log/orkaudio/audio libvoip.so /usr/lib pcmwav true 2 8000 yes 192.168.40.186 8080 LiveMonitoring BatchProcessing, Reporting true 4 tomcat tomcat 644 8388608 W_Call_ID enp89s0 host 192.168.2.221 ```

the orkaudio will be killed because the Out Of Memory limit of the docker service. so it can not be runing long time

i think the speed of memory grow is not normal.

i use sipp stress test ``` ename=2022/06/24/05/20220624_051741_SYLT.wav [email protected] ondemand=false date=2022-06-24_05-17-51 duration=10 direction=out localside=both audiokeepdirection=both capturePort=SYLV localParty=sipp remoteParty=service localEntryPoint= localIp=192.168.2.221 remoteIp=192.168.40.186 filename=2022/06/24/05/20220624_051741_SYLV.wav [email protected] ondemand=false date=2022-06-24_05-17-51 duration=10 direction=out localside=both audiokeepdirection=both capturePort=SYLX localParty=sipp...

this is start log ```2022-06-24 05:21:23,423 INFO root:264 - OrkAudio version : service starting 2022-06-24 05:21:23,425 WARN config:278 - It is not recommended to have more batch threads than CPUs...

this is media.pcap file [media.zip](https://github.com/voiceip/oreka/files/8975513/media.zip) uac agent # sipp uac agent ``` sipp -sf uac.xml 192.168.40.186:9944 -r 20 -mp 20000 ``` this uac.xml [uac.zip](https://github.com/voiceip/oreka/files/8975623/uac.zip)

# sipp uas ``` sipp -sf uas.xml -i 192.168.40.186 -p 9944 -rtp_echo -mi 192.168.40.186 -mp 18690 ``` [uas.zip](https://github.com/voiceip/oreka/files/8975609/uas.zip)

docket stats show orkaudio use 724Mib ``` NTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 4f88849a9af3 capture 47.14% 772.4MiB / 1000MiB 77.24%...

the metrics container_memory_working_set_bytes from [cadvisor](https://github.com/google/cadvisor) is keep grow ![image](https://user-images.githubusercontent.com/16631306/175557477-92521da4-f7e7-491f-a420-55bad1a56d94.png)

i set a cron job in the orkaudio container ``` * * * * * echo 3 > /proc/sys/vm/drop_caches ``` the memory usage will be release erery minute. but as...