shm: use node_allocator for ref counts

This commit is contained in:
Alexey Rybalchenko
2024-01-24 11:31:38 +01:00
parent 1ee0977df4
commit 0e221b28b8
2 changed files with 6 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ SAMPLER+=" --id sampler1"
SAMPLER+=" --severity debug"
SAMPLER+=" --msg-size $msgSize"
SAMPLER+=" --transport $transport"
SAMPLER+=" --rc-segment-size 0"
#SAMPLER+=" --rc-segment-size 0"
SAMPLER+=" --shm-monitor true"
SAMPLER+=" --chan-name data1"
SAMPLER+=" --channel-config name=data1,type=push,method=bind,address=tcp://127.0.0.1:7777"