Swapfile create and activate
To create a swap file on the Dreambox to make must first make a Telnet connection
Under Windows, Start, Run
Telnet enter OK
IP of the box and login
Then in the directory in which the swap file will be created. In this case:
/media/hdd.

cd /media/hdd


Now create a file, as an example 64 MB

dd if=/dev/zero of=swapfile bs=1024 count=65536


Now we have created a file named "swapfile"
The size in kilobytes specify :
64MB => 65536KB
128MB => 131072KB


Create the swap file from the "swapfile":

mkswap swapfile


Now we have made the "swapfile" to be the swap file.
Activation :

swapon swapfile


Disable :

swapoff swapfile

lb romana ( google translate ) :


SWapfile a crea şi de a activa
Pentru a crea un fişier de swap pe Dreambox de a face, trebuie mai intai să facă o conexiune Telnet
Sub Windows, Start, Run
Telnet intră OK
IP de la cutie şi login
Apoi, in directorul in care a swap fişier va fi creat. In acest caz:
/ media / hdd.

cd / media / hdd

Acum, creaţi un fişier, astfel cum a fost un exemplu de 64 MB

dd if = / dev / zero of = swapfile bs = 1024 count = 65536

Acum, am creat un fişier numit "swapfile"
Dimensiunea in kilobytes specifica:
64MB => 65536KB
128MB => 131072KB

Creaţi fişierul de swap de la "swapfile":

mkswap swapfile

Acum le-am făcut "swapfile" pentru a fi de swap fişier.
Activarea:

swapon swapfile

Dezactivaţi:

swapoff swapfile