Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/advsec_cpu_mem_recovery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi
NI_ENABLE=$(dmcli eRT retv Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.NetworkIntelligence.Enable)

# Default NI memory hard limit in MB
NI_MEM_HARD_LIMIT=25
NI_MEM_HARD_LIMIT=30

#syscfg contains value in MB.
ni_max_rss=$(syscfg get Advsecurity_NetworkIntelligenceMemoryLimit)
Expand Down
2 changes: 1 addition & 1 deletion source/AdvSecurityDml/cosa_adv_security_dml.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define MIN_AGENT_MEMORY_HARD_LIMIT 45
#define MAX_RABID_MACCACHE_SIZE 32768
#define MAX_RABID_DNSCACHE_SIZE 32768
#define MIN_NI_MEMORY_HARD_LIMIT 25
#define MIN_NI_MEMORY_HARD_LIMIT 30
Comment thread
GoutamD2905 marked this conversation as resolved.

extern COSA_DATAMODEL_AGENT* g_pAdvSecAgent;
extern pthread_mutex_t logMutex;
Expand Down
Loading