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

Commit 507c64f3 authored by Binoy Jayan's avatar Binoy Jayan
Browse files

defconfig: mdm9640: Disable net skb fragment cache



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

Change-Id: I34a1b366bf611a8f83dbae85a87fe24aaebdb5ee
Signed-off-by: default avatarBinoy Jayan <bjayan@codeaurora.org>
parent ce74bfa6
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