Okay i made me a Script for it with little researches over google
simply start that Scriptfile on your SD Card:
zenity --info --text="this will create a 1GB Swap File and use it,writing to SD will take some Time"
gksudo dd if=/dev/zero of=./swapfile2 bs=1024 count=1048576
mkswap ./swapfile2
gksudo swapon ./swapfile2
and Whoops then you will have 1GB Swapmemory on the SD
(i want to use Swapon when i need it now
simply start that Scriptfile on your SD Card:
zenity --info --text="this will create a 1GB Swap File and use it,writing to SD will take some Time"
gksudo dd if=/dev/zero of=./swapfile2 bs=1024 count=1048576
mkswap ./swapfile2
gksudo swapon ./swapfile2
and Whoops then you will have 1GB Swapmemory on the SD
(i want to use Swapon when i need it now
Last edited by a moderator: