Skip to content

Commit c9a1fae

Browse files
authored
Config[bmqbrkrcfg.json]: use counting allocator by default (#1012)
Signed-off-by: Evgenii Malygin <[email protected]>
1 parent 894fa9f commit c9a1fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/bmqbrkr/etc/bmqbrkrcfg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"taskConfig": {
3-
"allocatorType": "STACKTRACETEST",
3+
"allocatorType": "COUNTING",
44
"allocationLimit": 34359738368,
55
"logController": {
66
"fileName": "localBMQ/logs/logs.%T.%p",

0 commit comments

Comments
 (0)