Skip to content

Commit 4280fce

Browse files
committed
Add --mtr-monitor mode to the build script
1 parent 3f9c4f8 commit 4280fce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ elif [ "$1" = "--nc-st-od" ]; then
3434
elif [ "$1" = "--mtr" ]; then
3535
# Cache New-Orders, Order-Line, Stock and Orders pages with mtr-logging enabled
3636
BUILD_FLAGS="-DUNIV_NVDIMM_CACHE -DUNIV_NVDIMM_CACHE_ST -DUNIV_NVDIMM_CACHE_OD -DUNIV_LOG_HEADER"
37+
elif [ "$1" = "--mtr-monitor" ]; then
38+
# Cache New-Orders, Order-Line, Stock and Orders pages with mtr-logging/monitoring enabled
39+
BUILD_FLAGS="-DUNIV_NVDIMM_CACHE -DUNIV_NVDIMM_CACHE_ST -DUNIV_NVDIMM_CACHE_OD -DUNIV_LOG_HEADER -DUNIV_FLUSH_MONITOR"
3740
else
3841
# Cache New-Orders and Order-Line pages (default)
3942
BUILD_FLAGS="-DUNIV_NVDIMM_CACHE"

0 commit comments

Comments
 (0)