It's very easy in Debian, adding a string to /etc/sysctl.conf
vm.swappiness=<new value>
I've tried this solution also on Boss 64-bit setting "15" for swappiness, but it doesn't run: after a reboot, the value goes back to the system default (60).
Using the string
echo 15 > /proc/sys/vm/swappiness
to change it "on the fly", all runs correctly.

