cfg/main.cfg : Added 'circQueueEleCnt' and 'circQueueFl' to 'nbmpscQueue' section.
This commit is contained in:
parent
1d09eef76e
commit
ed0580dfa8
@ -28,8 +28,13 @@
|
||||
nbmpscQueue: {
|
||||
blkN: 4,
|
||||
blkByteN: 1024,
|
||||
|
||||
circQueueEleCnt: 65536,
|
||||
circQueueFl: false,
|
||||
|
||||
testDurMs: 10000,
|
||||
threadN: 10,
|
||||
|
||||
out_fname: "~/temp/temp.txt"
|
||||
}
|
||||
|
||||
@ -52,7 +57,7 @@
|
||||
port: 5687,
|
||||
rcvBufByteN: 2048,
|
||||
xmtBufByteN: 2048,
|
||||
queueBlkCnt: 8,
|
||||
queueBlkCnt: 64,
|
||||
queueBlkByteCnt: 8192,
|
||||
extraLogsFl: true,
|
||||
fmtBufByteN: 4096,
|
||||
|
Loading…
Reference in New Issue
Block a user