summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-12-27 18:00:48 +0000
committerFrans Pop <elendil@planet.nl>2006-12-27 18:00:48 +0000
commit1aa3cde6183526af049f10d40cefe856a8b392e2 (patch)
tree97b763333b5bd18deea0317dfae70b7d8eebd980
parent84b2b0118b641ada21fb6a4896966b7be1583109 (diff)
downloadinstallation-guide-1aa3cde6183526af049f10d40cefe856a8b392e2.zip
Extend description of lowmem installs based on a patch suggested by Holger Wansing
-rw-r--r--debian/changelog5
-rw-r--r--en/using-d-i/modules/lowmem.xml39
2 files changed, 39 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 554442f4c..b7fed8752 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -117,6 +117,9 @@ installation-guide (2006xxxx) UNRELEASED; urgency=low
- Use dhcp3-server for examples rather than dhcp (version 2).
- tftpd-hpa does not use /tftpboot by default; allow for this in examples.
Closes: #342076.
+ * using-d-i:
+ - Extend description of lowmem installs based on a patch suggested by
+ Holger Wansing. Closes: #400263.
* boot-new:
- Remove reference to apt guide (not installed by default) and obsolete
debian-guide. Thanks, Philippe Batailler. Closes: #402492.
@@ -134,7 +137,7 @@ installation-guide (2006xxxx) UNRELEASED; urgency=low
* appendix/chroot-install:
- Changes suggested in review by Wiktor Wandachowicz. Closes: #394929.
- -- Frans Pop <fjp@debian.org> Wed, 27 Dec 2006 04:32:51 +0100
+ -- Frans Pop <fjp@debian.org> Wed, 27 Dec 2006 18:58:20 +0100
installation-guide (20060726) unstable; urgency=low
diff --git a/en/using-d-i/modules/lowmem.xml b/en/using-d-i/modules/lowmem.xml
index 81c1b905f..45af302b9 100644
--- a/en/using-d-i/modules/lowmem.xml
+++ b/en/using-d-i/modules/lowmem.xml
@@ -2,7 +2,7 @@
<!-- $Id$ -->
<sect3 id="lowmem">
- <title>Check available memory</title>
+ <title>Check available memory / low memory mode</title>
<para>
@@ -14,12 +14,43 @@ you to install &debian; on your system.
</para><para>
The first measure taken to reduce memory consumption by the installer
-is to disable translations. If that is not sufficient, the installer
-will only load components essential to complete a basic installation
-by default. This reduces the functionality of the installation system.
+is to disable translations, which means that the installation can
+only be done in English. Of course, you can still localize the installed
+system after the installation has completed.
+
+</para><para>
+
+If that is not sufficient, the installer will further reduce memory
+consumption by loading only those components essential to complete a basic
+installation. This reduces the functionality of the installation system.
You will be given the opportunity to load additional components manually,
but you should be aware that each component you select will use
additional memory and thus may cause the installation to fail.
+</para><para>
+
+If the installer runs in low memory mode, it is recommended to create
+a relatively large swap partition (64&ndash;128MB). The swap partition
+will be used as virtual memory and thus increases the amount of memory
+available to the system. The installer will activate the swap partition
+as early as possible in the installation process. Note that heavy use
+of swap will reduce performance of your system and may lead to high
+disk activity.
+
+</para><para>
+
+Despite these measures, it is still possible that your system freezes,
+that unexpected errors occur or that processes are killed by the kernel
+because the system runs out of memory (which will result in <quote>Out
+of memory</quote> messages on VT4 and in the syslog).
+
+</para><para>
+
+For example, it has been reported that creating a big ext3 file system
+fails in low memory mode when there is insufficient swap space. If a
+larger swap doesn't help, try creating the file system as ext2 (which
+is an essential component of the installer) instead. It is possible to
+change an ext2 partition to ext3 after the installation.
+
</para>
</sect3>