Extend Swap File: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 March 2025

  • curprev 00:3100:31, 5 March 2025 Admin talk contribs m 502 bytes +9 No edit summary
  • curprev 00:3000:30, 5 March 2025 Admin talk contribs 493 bytes +52 No edit summary
  • curprev 00:2900:29, 5 March 2025 Admin talk contribs 441 bytes +441 Created page with "== How to Increase Swap Space in Linux == ''' Create a file for swap space ''' fallocate -l 4G /swapfile_extend_4GB ''' Set permissions ''' chmod 600 /swapfile_extend_4GB ''' Format it for swap ''' mkswap /swapfile_extend_4GB ''' Enable swap on it ''' swapon /swapfile_extend_4GB Add the following to /etc/fstab:<br /> (So it will persist upon reboot.) [code]/swapfile_extend_4GB none swap sw 0 0[/code]"