Skip to main content

Installation Instructions and References

Creating A Swap Partition

#Swap should be approximately 1gb per concurrent session you expect to run at any given time. Please adjust according to your needs.

#Default is 1g.

  • sudo fallocate -l 4g /mnt/4GiB.swap
  • sudo chmod 600 /mnt/4GiB.swap
  • sudo mkswap /mnt/4GiB.swap
  • sudo swapon /mnt/4GiB.swap

Verify swap file exists

  • cat /proc/swaps

To make the swap file available on boot

  • echo '/mnt/4GiB.swap swap swap defaults 0 0' | sudo tee -a /etc/fstab

Install

If you want/need to change port 443 to something else, you can do that like this:

  • sudo bash kasm_release/install.sh -L 8443