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
2019-04-18 15:30:30 -07:00
committed by nshrivas
コミット 3c05f9720d

ファイルの表示

@@ -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