Skip to content

Commit

Permalink
Increase size of event buffer pool in NIM sample
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Sep 4, 2024
1 parent ad5f6e3 commit 42d2856
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
#define CHIP_DEVICE_CONFIG_DEVICE_TYPE 144 // 0x0090 Network Infrastructure Manager
#define CHIP_DEVICE_CONFIG_DEVICE_NAME "Network Infrastructure Manager"

// Sufficient space for ArlReviewEvent of several fabrics.
#define CHIP_DEVICE_CONFIG_EVENT_LOGGING_INFO_BUFFER_SIZE (32 * 1024)

// Inherit defaults from config/standalone/CHIPProjectConfig.h
#include <CHIPProjectConfig.h>

0 comments on commit 42d2856

Please sign in to comment.