You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
There are linux commands to create swap space, if it works, you could put it in your startup script.
Try this
#see where you are before you start
free -m
#first time only
dd if=/dev/zero of=/data/swapfile bs=1M count=512
mkswap /data/swapfile
#run on startup
swapon /data/swapfile
#check it's working
cat /proc/swaps
free -m
If it works, let us know, and also it would be nice if you make a pull request with the commands into the default startup script, but leave it commented out, so that other hackers can easily see how to do it and enable it for themselves.
Let's all contribute and make lilDebi better.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have no issues when deploying Debian to my tablet Samsung Galaxy Tab 2 7.0 (P3110) with Cyanogenmod 11.
But no swap support.
The text was updated successfully, but these errors were encountered: