summarylogtreecommitdiffstats
path: root/asymmetricfs.install
blob: 60633ee19862140d92bcf8006f12556aeb11df5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {

	post_upgrade

}

post_upgrade() {

cat << EOF

    If you see error from mlockall, then you might need to increase the default
    locked memory size allowed.

    - Edit /etc/security/limits.conf
    - Add "root - memlock [enough size in bytes for files you're using]"

EOF

}