Skip to content
Snippets Groups Projects
Commit b5d86aa2 authored by sheenam monga's avatar sheenam monga
Browse files

Bengal: Disable gEnableRingBuffer ini

Currently, gEnableRingBuffer is enabled by default and
Ring buffers use 10MB.

To avoid extra memory consumption, Disable ring buffer.
keep gEnableRingBuffer ini 0 to disable Ring buffer.

Change-Id: Ic89db68722fd3f9d316a1658561d8b38d6bf1b19
CRs-Fixed: 2592702
parent 82b31d6b
No related branches found
No related tags found
No related merge requests found
......@@ -475,6 +475,9 @@ enable_rtt_mac_randomization=1
#Enable/Disable SNR monitoring
gEnableSNRMonitoring=1
#Enable/Disable Ring Buffer
gEnableRingBuffer=0
END
# Note: Configuration parser would not read anything past the END marker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment