소스 검색

qcacmn: Reduce min slab size allocation to <1M

System running out of 2M chunks inspite of large
free memory available. This is WAR till original
issue is root caused.

Change-Id: I379f8a56c31d76b74164a85978659d87ad74f87b
CRs-fixed: 2436495
sumedh baikady 6 년 전
부모
커밋
3c05f9720d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wlan_cfg/cfg_dp.h

+ 1 - 1
wlan_cfg/cfg_dp.h

@@ -31,7 +31,7 @@
 
 /* Change this to a lower value to enforce scattered idle list mode */
 #define WLAN_CFG_MAX_ALLOC_SIZE 0x200000
-#define WLAN_CFG_MAX_ALLOC_SIZE_MIN 0x200000
+#define WLAN_CFG_MAX_ALLOC_SIZE_MIN 0x80000
 #define WLAN_CFG_MAX_ALLOC_SIZE_MAX 0x200000
 
 #define WLAN_CFG_NUM_TCL_DATA_RINGS 3