--- zzzz-none-000/linux-2.6.32.61/mm/Kconfig 2013-06-10 09:43:48.000000000 +0000 +++ ar10-7272-687/linux-2.6.32.61/mm/Kconfig 2012-03-26 10:38:29.000000000 +0000 @@ -244,6 +244,17 @@ This value can be changed after boot using the /proc/sys/vm/mmap_min_addr tunable. +config AVM_LOW_MEMORY_STRATEGY + bool "Enable low memory block reuse strategie fix" + depends on MMU + default 'n' + help + Tow fixes a inserted into block reuse agorithm. + a) try not to free block with page count more then XX. This value is + between 2 an 10, depending how low memory is. This value changes dynamicly. + b) chance the relation between inactive and active blocks from 1:1 to 1:2 + + config ARCH_SUPPORTS_MEMORY_FAILURE bool