summaryrefslogtreecommitdiff
path: root/service_solahart_jakarta_selatan__082122541663/mach-defpager_swap.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'service_solahart_jakarta_selatan__082122541663/mach-defpager_swap.mdwn')
-rw-r--r--service_solahart_jakarta_selatan__082122541663/mach-defpager_swap.mdwn41
1 files changed, 41 insertions, 0 deletions
diff --git a/service_solahart_jakarta_selatan__082122541663/mach-defpager_swap.mdwn b/service_solahart_jakarta_selatan__082122541663/mach-defpager_swap.mdwn
new file mode 100644
index 00000000..6e4dc088
--- /dev/null
+++ b/service_solahart_jakarta_selatan__082122541663/mach-defpager_swap.mdwn
@@ -0,0 +1,41 @@
+[[!meta copyright="Copyright © 2012 Free Software Foundation, Inc."]]
+
+[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
+id="license" text="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
+
+[[!tag open_issue_gnumach]]
+
+[[!toc]]
+
+
+# IRC, OFTC, #debian-hurd, 2012-06-16
+
+ <lifeng> I allocated a 5GB partition as swap, but hurd only found 1GB
+ <youpi> use 2GiB swaps only, >2Gib are not supported
+ <youpi> (and apparently it just truncates the size, to be investigated)
+
+## IRC, freenode, #hurd, 2013-10-25
+
+ <C-Keen> mkswap truncated the swap partiton to 2GB
+ <teythoon> :/
+ <teythoon> have you checked with 'free' ?
+ <teythoon> I have a 4gb swap partition on one of my boxes
+ <C-Keen> how did you create it?
+ <C-Keen> 2gig swap alright
+ <C-Keen> according to free
+
+
+# Swap Files
+
+## IRC, freenode, #hurd, 2013-10-25
+
+ <braunr> C-Keen: swapfiles are not to work very badly on the hurd
+ <braunr> swapfiles cause recursion and reservation problems on every system
+ but on the hurd, we just never took the time to fix the swap code
+
+Same issues as we generally would have with `hurd-defpager`?