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