Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Swap Vergrößern

Hallo,

ich möchte bei einer 220er den Swap Vergrößern. Früher gab es mal eine Anleitung dazu, leider funktioniert der Link nichtmehr.

Grüße

Marc


This thread was automatically locked due to age.
  • What To Do in 

    1.     Create 3GB swap file on /var/storage/ 

    dd if=/dev/zero of=/var/storage/swapfile bs=1024 count=3145728

    2.     Change directory to /var/storage/

    cd /var/storage/ 

    3.     Set up a Linux swap area

    mkswap /var/storage/swapfile 

    4.     Enable files for swapping  

    swapon /var/storage/swapfile 

    5.     Check if everything worked. You should now see a total Swap around 4000

    free -m 

    6.     Display swap usage summary.  You should see a 2nd entry showing /var/storage/swapfile from type file with a size around 3145728.

    swapon -s 

    7.     Edit /etc/fstab

    vi /etc/fstab 

    8.      Change to Insert Mode

    i

    9.     Insert at the end of the file:

    /var/storage/swapfile swap swap defaults 0 0

    10.   ​Safe changes and exit vi

    [ESC] :wq

     

    What To Do in UTM 9.2

    If  you want to increase the swapfile please follow the steps:

    1.     Login to the shell of the UTM as root 

    2.     Open the ConfdClient with the command: CC 

    3.     Now type: settings

    4.     Set the object extra_swap$(this is the extra swap to the default swap size) to an integer value between 1 and 8:
    extra_swap$
    = (a value of 3 is recommended as this will increase it to =4)
     

    Note: In case you have a new installation with a image of v9.2 the swap is by default the same size as the available RAM. The minimum swap size is 2 GB, the maximum swap size is 4 GB.