2015-01-18 23:30 GMT+08:00 Florian Gleixner <flo@redflo.de>:
i think this is due to a kernel compile time parameter change. In 13.1:
In 13.1:
gunzip -c /proc/config.gz |grep -i memcg CONFIG_MEMCG=y CONFIG_MEMCG_SWAP=y CONFIG_MEMCG_SWAP_ENABLED=y # CONFIG_MEMCG_KMEM is not set
in 13.2:
gunzip -c /proc/config.gz |grep -i memcg CONFIG_MEMCG=y CONFIG_MEMCG_SWAP=y # CONFIG_MEMCG_SWAP_ENABLED is not set # CONFIG_MEMCG_KMEM is not set
Either build a cusom kernel or open a bugzilla case to request the parameter set to "y" again.
It is easier, faster, and more effective to just add the kernel command line option swapaccount=1 (as I did for oS 13.2 via YaST, obtaining the support for memory.memsw.*). Best, Andrea -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org