How do I get the system's default swappiness?

I recognize that with LEAP 42.2 my swap partition gets data when but 2.6 GiB RAM is used from a total of 8 GiB. Neither /etc/sysctl.conf nor any of the other files mentioned there holds a line showing the amount of swappiness. How can I check the default value used by the system?

Volker

Am Fri, 17 Feb 2017 17:36:01 GMT
schrieb preklov2 <preklov2@no-mx.forums.microfocus.com>:

>How can I check the default value used by the system?

cat /proc/sys/vm/swappiness

AK


Never attribute to malice that which can be adequately explained by stupidity.
(R.J. Hanlon)

Thanks. It’s 60. I’ll cut it down.

Volker