Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0757e125 authored by Smita Ghosh's avatar Smita Ghosh Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: mdmcalifornium: Enable DISABLE_NET_SKB_FRAG_CACHE



Enable the kernel option for disabling the use of the network
skb fragment cache.
The network skb cache was causing memory pressure and
resulting in OOM.

Change-Id: I49f2e08e7f6a8b32113bf9dec863d60eb8838a4b
Signed-off-by: default avatarSmita Ghosh <smitag@codeaurora.org>
parent ee833ce5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ CONFIG_NEON=y
CONFIG_PM_AUTOSLEEP=y
CONFIG_PM_RUNTIME=y
CONFIG_NET=y
CONFIG_DISABLE_NET_SKB_FRAG_CACHE=y
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ CONFIG_NEON=y
CONFIG_PM_AUTOSLEEP=y
CONFIG_PM_RUNTIME=y
CONFIG_NET=y
CONFIG_DISABLE_NET_SKB_FRAG_CACHE=y
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y