Hi Tetsuo
You can definitely remove this configure line, as kernel would have a initial value like: 4 x sqrt(lowmem_kbytes). It is used to calculate kernel VM each zones watermark, when free memory size is below the watermark, the kswapd kernel thread would be wakeup to recliam the page cache, slab dcache, etc. This would make sure we have more free memory other than cache for new allocation. Increase this value, we would avoid OOM (out of memory) mostly. If you have not met any OOM issue, then default value is ok for you.
Thanks.
BR
Xinyu Chen