[Slackbuilds-users] webkit2gtk build problems
Matteo Bernardini
matteo.bernardini at gmail.com
Tue Sep 19 09:11:35 UTC 2017
2017-09-19 10:59 GMT+02:00 Habs <gen-bch at useyouresp.org.uk>:
> Can I just have clarified please re:
>
>> fallocate -l 10G /temp-swap
>> chmod 0600 /temp-swap
>> mkswap /temp-swap
>> swapon /temp-swap
>
> ... that be done without messing up the swap already setup (in fstab)
> i.e. it is a temporary allocation for the build process that can then
> be deallocated etc (hopefully you get what I mean) ?
yes: you can disable it and delete the additional swap file after you
don't need it anymore with
swapoff /temp-swap
rm /temp-swap
Matteo
More information about the SlackBuilds-users
mailing list