Recent content by linuxorgy

  1. L

    More SWAP on LUKS?

    lspci -v -s 00:02.0 00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P GT2 [Iris Xe Graphics] (rev 0c) (prog-if 00 [VGA controller]) Subsystem: LG Electronics, Inc. Device 0449 Flags: bus master, fast devsel, latency 0, IRQ 160, IOMMU group 0 Memory at...
  2. L

    More SWAP on LUKS?

    well that is too extreme and complicated for me, I just want to solve a problem quickly and move on with me life
  3. L

    More SWAP on LUKS?

    interesting.... will remember, just set swap to 32GB and forget what are these loops doing there? Kubuntu 22.04
  4. L

    More SWAP on LUKS?

    ram always stays at ~13 GB of 16 GB, and rest is dumped to nvme swap file. me happy puppy long time now :D before that my kubuntu would freeze to death if I open 10 or even less chrome windows free -h total used free shared buff/cache available Mem...
  5. L

    More SWAP on LUKS?

    no lvm, just this, after reboot all good, now I can open countless chromes, I am happy
  6. L

    More SWAP on LUKS?

    yes, this is a perfect solution, but i am mad lazy to open up laptop and search and buy extra ram whilst travelling
  7. L

    More SWAP on LUKS?

    sudo swapon -s sudo swapoff /dev/dm-2 sudo fallocate -l 16g /swapfile chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile nano /etc/fstab /swapfile none swap sw 0 0 solved
  8. L

    More SWAP on LUKS?

    did not work on luks, got mail
  9. L

    More SWAP on LUKS?

    how to make a swap bigger on luks? by default it is only 2 GB I want 16GB swap cat /etc/crypttab nvme0n1p3_crypt UUID=5453a2d7-a805-4c46-8830-1b40b4e0820b none luks,discard cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier...
Top