Main public logs

From TechPubs Wiki

Combined display of all available logs of TechPubs Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:07, 5 February 2025 Raion talk contribs created page Swap (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