Swap: Revision history

From TechPubs Wiki

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 February 2025

  • curprev 19:0719:07, 5 February 2025 Raion talk contribs 383 bytes +383 Created page with "Just like on some other UNIX systems, IRIX can use swap. This article explains how to enable swapfiles for more swap. === General Procedure === <pre> # mkfile -v 2048m /usr/swap /usr/swap 2147483648 bytes # swap -a /usr/swap </pre>This will enable the file immediately. To ensure it works next boot add the following line to /etc/fstab: <code>/usr/swap swap swap pri=3 0 0</code>" Tag: Visual edit