summaryrefslogtreecommitdiff
path: root/de/using-d-i/modules/lowmem.xml
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2006-12-29 01:10:43 +0000
committerHolger Wansing <linux@wansing-online.de>2006-12-29 01:10:43 +0000
commitdadb6124aae8541191072952d32d95a4095faf56 (patch)
tree2e2c71f3f5550fc520b99fcc4b28014244583b09 /de/using-d-i/modules/lowmem.xml
parent105ab6b0b1ff449ee68ecf064dc8c5fd416d2127 (diff)
downloadinstallation-guide-dadb6124aae8541191072952d32d95a4095faf56.zip
Some updates to german d-i manual:
M de/bookinfo.xml M de/install-methods/tftp/bootp.xml M de/install-methods/tftp/rarp.xml M de/install-methods/tftp/dhcp.xml M de/preparing/pre-install-bios-setup.xml M de/preparing/nondeb-part/alpha.xml M de/preparing/nondeb-part/m68k.xml M de/preparing/nondeb-part/x86.xml M de/preparing/nondeb-part/sparc.xml M de/preparing/bios-setup/s390.xml M de/preparing/needed-info.xml M de/post-install/post-install.xml M de/post-install/orientation.xml M de/using-d-i/components.xml M de/using-d-i/modules/partman-crypto.xml M de/using-d-i/modules/alpha/aboot-installer.xml M de/using-d-i/modules/partman.xml M de/using-d-i/modules/ia64/elilo-installer.xml M de/using-d-i/modules/base-installer.xml M de/using-d-i/modules/mdcfg.xml M de/using-d-i/modules/pkgsel.xml M de/using-d-i/modules/x86/lilo-installer.xml M de/using-d-i/modules/choose-mirror.xml M de/using-d-i/modules/partman-lvm.xml M de/using-d-i/modules/lowmem.xml M de/boot-installer/parameters.xml M de/boot-installer/trouble.xml
Diffstat (limited to 'de/using-d-i/modules/lowmem.xml')
-rw-r--r--de/using-d-i/modules/lowmem.xml48
1 files changed, 42 insertions, 6 deletions
diff --git a/de/using-d-i/modules/lowmem.xml b/de/using-d-i/modules/lowmem.xml
index aad8e4f8b..cbed1b7e5 100644
--- a/de/using-d-i/modules/lowmem.xml
+++ b/de/using-d-i/modules/lowmem.xml
@@ -1,21 +1,57 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 16990 -->
+<!-- original version: 43603 untranslated -->
<sect3 id="lowmem">
- <title>Auf verfügbaren Arbeitsspeicher überprüfen (lowmem)</title>
+ <title>Verfügbaren Arbeitsspeicher prüfen / Low-Memory-Modus (lowmem)</title>
<para>
Einer der ersten Tests, die der &d-i; durchführt, ist zu überprüfen,
wie viel Arbeitsspeicher zur Verfügung steht. Ist der verfügbare Speicher
knapp, führt dieses Modul einige Änderungen am Installationsprozess durch,
-die Ihnen hoffentlich ermöglichen, &debian; auf Ihrem System zu installieren.
+die Ihnen hoffentlich ermöglichen, &debian; trotzdem auf Ihrem System zu
+installieren.
</para><para>
-Während einer Installation mit wenig Arbeitsspeicher sind nicht alle Komponenten verfügbar.
-Eine Einschränkung ist zum Beispiel, dass Sie keine Sprache für die
-Installation auswählen können.
+The first measure taken to reduce memory consumption by the installer
+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>