[PATCH] logd: Limit ustream write max buffer with the limit of 4096

2021-07-27 Thread Gokulnathan Matta Raja
iggers Out Of Memory. The ustream write max_buffer of logd is limited with value 4096. Similar ticket has been reported in, https://github.com/openwrt/packages/issues/5604 Signed-off-by: Gokulnathan Matta Raja --- log/logd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log/logd.c b/log/

logd: Limit ustream write buffer with configurable value

2021-07-27 Thread Gokulnathan Matta Raja
iggers Out Of Memory. The ustream write max_buffer of logd is limited with value 4096. Similar ticket has been reported in, https://github.com/openwrt/packages/issues/5604 Signed-off-by: Gokulnathan Matta Raja --- log/logd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log/logd.c b/log/