diff options
Diffstat (limited to 'po/de/man5/proc_meminfo.5.po')
-rw-r--r-- | po/de/man5/proc_meminfo.5.po | 1047 |
1 files changed, 1047 insertions, 0 deletions
diff --git a/po/de/man5/proc_meminfo.5.po b/po/de/man5/proc_meminfo.5.po new file mode 100644 index 00000000..7f0b2cb8 --- /dev/null +++ b/po/de/man5/proc_meminfo.5.po @@ -0,0 +1,1047 @@ +# German translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Martin Eberhard Schauer <Martin.E.Schauer@gmx.de>, 2011-2012. +# Dr. Tobias Quathamer <toddy@debian.org>, 2016. +# Chris Leick <c.leick@vollbio.de>, 2017. +# Erik Pfannenstein <debianignatz@gmx.de>, 2017. +# Helge Kreutzmann <debian@helgefjell.de>, 2012-2017, 2019-2024. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.22.0\n" +"POT-Creation-Date: 2024-06-01 06:10+0200\n" +"PO-Revision-Date: 2024-03-23 15:15+0100\n" +"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n" +"Language-Team: German <debian-l10n-german@lists.debian.org>\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "proc_meminfo" +msgstr "proc_meminfo" + +#. type: TH +#: archlinux debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2024-05-02" +msgstr "2. Mai 2024" + +#. type: TH +#: archlinux debian-unstable +#, no-wrap +msgid "Linux man-pages 6.8" +msgstr "Linux man-pages 6.8" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "BEZEICHNUNG" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "/proc/meminfo - memory usage" +msgstr "/proc/meminfo - Speicherverwendung" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I</proc/meminfo>" +msgstr "I</proc/meminfo>" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"This file reports statistics about memory usage on the system. It is used " +"by B<free>(1) to report the amount of free and used memory (both physical " +"and swap) on the system as well as the shared memory and buffers used by " +"the kernel. Each line of the file consists of a parameter name, followed by " +"a colon, the value of the parameter, and an option unit of measurement (e." +"g., \"kB\"). The list below describes the parameter names and the format " +"specifier required to read the field value. Except as noted below, all of " +"the fields have been present since at least Linux 2.6.0. Some fields are " +"displayed only if the kernel was configured with various options; those " +"dependencies are noted in the list." +msgstr "" +"Diese Datei berichtet Statistiken über die Speicherverwendung auf dem " +"System. Sie wird von B<free>(1) benutzt, um den freien und benutzen (sowohl " +"physischen als auch Auslagerungs-)Speicher auf dem System zu berichten, " +"sowie den gemeinsam benutzten Speicher und die vom Kernel benutzten Puffer. " +"Jede Zeile der Datei besteht aus einem Parameternamen, gefolgt von einem " +"Doppelpunkt, dem Wert des Parameters und einer Maßeinheit der Option (z.B. " +"»kB«). Die nachfolgende Liste beschreibt die Parameternamen und die " +"Formatkennzeichner, die zum Lesen des Feldwertes benötigt wird. Außer falls " +"unten angegeben sind alle Felder seit mindestens Linux 2.6.0 vorhanden. " +"Einige Felder werden nur angezeigt, falls der Kernel mit bestimmten Optionen " +"konfiguriert wurde, diese Abhängigkeiten sind in der Liste vermerkt." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<MemTotal> %lu" +msgstr "I<MemTotal> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Total usable RAM (i.e., physical RAM minus a few reserved bits and the " +"kernel binary code)." +msgstr "" +"Gesamter verwendbarer Arbeitsspeicher (d.h. physischer Arbeitsspeicher " +"abzüglich ein paar reservierter Bits und dem Binärcode des Kernels)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<MemFree> %lu" +msgstr "I<MemFree> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The sum of I<LowFree>+I<HighFree>." +msgstr "Die Summe von I<LowFree>+I<HighFree>." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<MemAvailable> %lu (since Linux 3.14)" +msgstr "I<MemAvailable> %lu (seit Linux 3.14)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"An estimate of how much memory is available for starting new applications, " +"without swapping." +msgstr "" +"Eine Abschätzung, wieviel Speicher zum Starten neuer Anwendungen verfügbar " +"ist, ohne auszulagern." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Buffers> %lu" +msgstr "I<Buffers> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Relatively temporary storage for raw disk blocks that shouldn't get " +"tremendously large (20 MB or so)." +msgstr "" +"Relativ temporärer Speicher für rohe Plattenblöcke, der nicht besonders groß " +"werden sollte (20 MB oder so)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Cached> %lu" +msgstr "I<Cached> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"In-memory cache for files read from the disk (the page cache). Doesn't " +"include I<SwapCached>." +msgstr "" +"Speicherinterner Zwischenspeicher für von Platte gelesene Dateien (der " +"Seiten-Zwischenspeicher). Enthält I<SwapCached> nicht." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<SwapCached> %lu" +msgstr "I<SwapCached> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Memory that once was swapped out, is swapped back in but still also is in " +"the swap file. (If memory pressure is high, these pages don't need to be " +"swapped out again because they are already in the swap file. This saves I/" +"O.)" +msgstr "" +"Speicher, der schon ausgelagert war, und wieder hereingelagert wurde, aber " +"noch in der Auslagerungsdatei ist. (Falls der Speicherdruck hoch ist, müssen " +"diese Seiten nicht wieder ausgelagert werden, da sie bereits in der " +"Auslagerungsdatei sind. Dies spart E/A)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Active> %lu" +msgstr "I<Active> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Memory that has been used more recently and usually not reclaimed unless " +"absolutely necessary." +msgstr "" +"Speicher, der kürzlich verwandt wurde und normalerweise noch nicht " +"zurückgefordert wurde, falls nicht absolut notwendig." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Inactive> %lu" +msgstr "I<Inactive> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Memory which has been less recently used. It is more eligible to be " +"reclaimed for other purposes." +msgstr "" +"Speicher, der nicht kürzlich verwandt wurde. Er ist für Rückforderungen für " +"andere Zwecke geeigneter." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Active(anon)> %lu (since Linux 2.6.28)" +msgstr "I<Active(anon)> %lu (seit Linux 2.6.28)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "[To be documented.]" +msgstr "[Muss noch dokumentiert werden.]" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Inactive(anon)> %lu (since Linux 2.6.28)" +msgstr "I<Inactive(anon)> %lu (seit Linux 2.6.28)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Active(file)> %lu (since Linux 2.6.28)" +msgstr "I<Active(file)> %lu (seit Linux 2.6.28)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Inactive(file)> %lu (since Linux 2.6.28)" +msgstr "I<Inactive(file)> %lu (seit Linux 2.6.28)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Unevictable> %lu (since Linux 2.6.28)" +msgstr "I<Unevictable> %lu (seit Linux 2.6.28)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(From Linux 2.6.28 to Linux 2.6.30, B<CONFIG_UNEVICTABLE_LRU> was " +"required.) [To be documented.]" +msgstr "" +"(Von Linux 2.6.28 bis 2.6.30: B<CONFIG_UNEVICTABLE_LRU> war notwendig.) " +"[Muss noch dokumentiert werden.]" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Mlocked> %lu (since Linux 2.6.28)" +msgstr "I<Mlocked> %lu (seit Linux 2.6.28)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<HighTotal> %lu" +msgstr "I<HighTotal> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(Starting with Linux 2.6.19, B<CONFIG_HIGHMEM> is required.) Total amount " +"of highmem. Highmem is all memory above \\[ti]860 MB of physical memory. " +"Highmem areas are for use by user-space programs, or for the page cache. " +"The kernel must use tricks to access this memory, making it slower to access " +"than lowmem." +msgstr "" +"(Beginnend mit Linux 2.6.19 wird B<CONFIG_HIGHMEM> benötigt). Gesamtmenge " +"von Highmem. Highmem ist aller Speicher oberhalb \\[ti]860 MB physischen " +"Speichers. Highmem-Bereiche können von Anwendungsprogrammen oder für den " +"Seiten-Zwischenspeicher verwandt werden. Der Kernel muss Tricks zum Zugriff " +"auf diesen Speicher verwenden, wodurch der Zugriff langsamer als bei Lowmem " +"ist." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<HighFree> %lu" +msgstr "I<HighFree> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(Starting with Linux 2.6.19, B<CONFIG_HIGHMEM> is required.) Amount of free " +"highmem." +msgstr "" +"(Beginnend mit Linux 2.6.19 wird B<CONFIG_HIGHMEM> benötigt) Menge des " +"freien Highmems." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<LowTotal> %lu" +msgstr "I<LowTotal> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(Starting with Linux 2.6.19, B<CONFIG_HIGHMEM> is required.) Total amount " +"of lowmem. Lowmem is memory which can be used for everything that highmem " +"can be used for, but it is also available for the kernel's use for its own " +"data structures. Among many other things, it is where everything from " +"I<Slab> is allocated. Bad things happen when you're out of lowmem." +msgstr "" +"(Beginnend mit Linux 2.6.19 wird B<CONFIG_HIGHMEM> benötigt) Gesamtmenge an " +"Lowmem. Lowmem ist Speicher, der für alles verwandt werden kann, wofür " +"Highmem verwandt werden kann, er ist aber auch für die Verwendung durch den " +"Kernel für seine eigenen Datenstrukturen verfügbar. Unter anderem wird hier " +"heraus I<Slab> zugewiesen. Schlimme Dinge passieren, falls kein Lowmem mehr " +"verfügbar ist." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<LowFree> %lu" +msgstr "I<LowFree> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(Starting with Linux 2.6.19, B<CONFIG_HIGHMEM> is required.) Amount of free " +"lowmem." +msgstr "" +"(Beginnend mit Linux 2.6.19 wird B<CONFIG_HIGHMEM> benötigt) Menge des " +"freien Lowmems." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<MmapCopy> %lu (since Linux 2.6.29)" +msgstr "I<MmapCopy> %lu (seit Linux 2.6.29)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "(B<CONFIG_MMU> is required.) [To be documented.]" +msgstr "(B<CONFIG_MMU> ist notwendig.) [Muss noch dokumentiert werden.]" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<SwapTotal> %lu" +msgstr "I<SwapTotal> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Total amount of swap space available." +msgstr "Gesamtmenge des verfügbaren Auslagerungsbereichs." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<SwapFree> %lu" +msgstr "I<SwapFree> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Amount of swap space that is currently unused." +msgstr "Größe des derzeit ungenutzten Auslagerungsbereichs." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Dirty> %lu" +msgstr "I<Dirty> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Memory which is waiting to get written back to the disk." +msgstr "Speicher, der darauf wartet, zurück auf Platte geschrieben zu werden." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Writeback> %lu" +msgstr "I<Writeback> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Memory which is actively being written back to the disk." +msgstr "Speicher, der aktiv zurück auf Platte geschrieben wird." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<AnonPages> %lu (since Linux 2.6.18)" +msgstr "I<AnonPages> %lu (seit Linux 2.6.18)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Non-file backed pages mapped into user-space page tables." +msgstr "" +"Nicht-Datei basierende Seiten, die in Seitentabellen des Anwendungsraums " +"gemappt sind." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Mapped> %lu" +msgstr "I<Mapped> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Files which have been mapped into memory (with B<mmap>(2)), such as " +"libraries." +msgstr "" +"Dateien, die in den Speicher (mit B<mmap>(2)) gemappt wurden, wie " +"Bibliotheken." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Shmem> %lu (since Linux 2.6.32)" +msgstr "I<Shmem> %lu (seit Linux 2.6.32)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Amount of memory consumed in B<tmpfs>(5) filesystems." +msgstr "Speichermenge, die vom B<tmpfs>(5) belegt wird." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<KReclaimable> %lu (since Linux 4.20)" +msgstr "I<KReclaimable> %lu (seit Linux 4.20)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Kernel allocations that the kernel will attempt to reclaim under memory " +"pressure. Includes I<SReclaimable> (below), and other direct allocations " +"with a shrinker." +msgstr "" +"Kernelzuweisungen, die der Kernel versuchen wird, im Falle von " +"Speicherknappheit zurückzuverlangen. Schließt I<SReclaimable> (siehe " +"nachfolgend) und andere direkte Zuweisungen mit einem Verkleinerer ein." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Slab> %lu" +msgstr "I<Slab> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "In-kernel data structures cache. (See B<slabinfo>(5).)" +msgstr "Zwischenspeicher für In-Kernel-Datenstrukturen. (siehe B<slabinfo>(5))" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<SReclaimable> %lu (since Linux 2.6.19)" +msgstr "I<SReclaimable> %lu (seit Linux 2.6.19)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Part of I<Slab>, that might be reclaimed, such as caches." +msgstr "" +"Teil von I<Slab>, der zurückgewonnen werden könnte, wie Zwischenspeicher." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<SUnreclaim> %lu (since Linux 2.6.19)" +msgstr "I<SUnreclaim> %lu (seit Linux 2.6.19)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Part of I<Slab>, that cannot be reclaimed on memory pressure." +msgstr "" +"Teil von I<Slab>, der bei Speicherknappheit nicht zurückgewonnen werden kann." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<KernelStack> %lu (since Linux 2.6.32)" +msgstr "I<KernelStack> %lu (seit Linux 2.6.32)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Amount of memory allocated to kernel stacks." +msgstr "Teil des Speichers, der Kernel-Stacks zugewiesen wurde." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<PageTables> %lu (since Linux 2.6.18)" +msgstr "I<PageTables> %lu (seit Linux 2.6.18)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Amount of memory dedicated to the lowest level of page tables." +msgstr "" +"Menge des Speichers, der der niedrigsten Stufe der Seitentabellen zugeordnet " +"ist." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Quicklists> %lu (since Linux 2.6.27)" +msgstr "I<Quicklists> %lu (seit Linux 2.6.27)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "(B<CONFIG_QUICKLIST> is required.) [To be documented.]" +msgstr "(B<CONFIG_QUICKLIST> ist notwendig.) [Muss noch dokumentiert werden.]" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<NFS_Unstable> %lu (since Linux 2.6.18)" +msgstr "I<NFS_Unstable> %lu (seit Linux 2.6.18)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "NFS pages sent to the server, but not yet committed to stable storage." +msgstr "" +"NFS-Seiten, die an den Server gesandt, aber noch nicht dem dauerhaften " +"Speicher übergeben wurden." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Bounce> %lu (since Linux 2.6.18)" +msgstr "I<Bounce> %lu (seit Linux 2.6.18)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Memory used for block device \"bounce buffers\"." +msgstr "Speicher, der für Blockgerät-»bounce buffer« verwendet wird." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<WritebackTmp> %lu (since Linux 2.6.26)" +msgstr "I<WritebackTmp> %lu (seit Linux 2.6.26)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Memory used by FUSE for temporary writeback buffers." +msgstr "" +"Speicher, das von FUSE für temporäre Rückschreibe-Puffer verwandt wird." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<CommitLimit> %lu (since Linux 2.6.10)" +msgstr "I<CommitLimit> %lu (seit Linux 2.6.10)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"This is the total amount of memory currently available to be allocated on " +"the system, expressed in kilobytes. This limit is adhered to only if strict " +"overcommit accounting is enabled (mode 2 in I</proc/sys/vm/" +"overcommit_memory>). The limit is calculated according to the formula " +"described under I</proc/sys/vm/overcommit_memory>. For further details, see " +"the kernel source file I<Documentation/vm/overcommit-accounting.rst>." +msgstr "" +"Dies ist der Gesamtbetrag des Speichers, der derzeit zum Reservieren auf dem " +"System verfügbar ist, ausgedrückt in Kilobyte. Diese Beschränkung wird nur " +"eingehalten, falls strikte Überbuchungs-Buchführung aktiviert ist (Modus 2 " +"in I</proc/sys/vm/overcommit_memory>). Die Beschränkung wird gemäß der unter " +"I</proc/sys/vm/overcommit_memory> beschriebenen Formel berechnet. Weitere " +"Einzelheiten finden Sie in der Kernelquelltextdatei I<Documentation/vm/" +"overcommit-accounting.rst>." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Committed_AS> %lu" +msgstr "I<Committed_AS> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The amount of memory presently allocated on the system. The committed " +"memory is a sum of all of the memory which has been allocated by processes, " +"even if it has not been \"used\" by them as of yet. A process which " +"allocates 1 GB of memory (using B<malloc>(3) or similar), but touches only " +"300 MB of that memory will show up as using only 300 MB of memory even if it " +"has the address space allocated for the entire 1 GB." +msgstr "" +"Die derzeit im System belegte Speichermenge. Der gebuchte Speicher ist die " +"Summe des Speichers, der vom Prozess belegt wird, selbst wenn der noch nicht " +"durch ihn »verwandt« wurde. Ein Prozess, der 1 GB Speicher (mittels " +"B<malloc>(3) oder ähnlichem) reserviert, aber nur 300 MB davon anrührt, wird " +"mit 300 MB an benutztem Speicher angezeigt, selbst wenn er einen Adressraum " +"für das gesamte 1 GB reserviert hat." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"This 1 GB is memory which has been \"committed\" to by the VM and can be " +"used at any time by the allocating application. With strict overcommit " +"enabled on the system (mode 2 in I</proc/sys/vm/overcommit_memory>), " +"allocations which would exceed the I<CommitLimit> will not be permitted. " +"This is useful if one needs to guarantee that processes will not fail due to " +"lack of memory once that memory has been successfully allocated." +msgstr "" +"Dieses ein GB ist Speicher, der durch die VM »gebucht« ist und jederzeit " +"durch die reservierende Anwendung verwendet werden kann. Ist striktes " +"Überbuchen auf dem System aktiviert (Modus 2 in I</proc/sys/vm/" +"overcommit_memory>), werden Speicherreservierungen, die das I<CommitLimit> " +"überschreiten würden, nicht gestattet. Dies ist nützlich, falls " +"gewährleisten werden soll, dass Prozesse aufgrund von Speichermangel nicht " +"fehlschlagen, nachdem dieser Speicher erfolgreich reserviert wurde." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<VmallocTotal> %lu" +msgstr "I<VmallocTotal> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Total size of vmalloc memory area." +msgstr "Gesamtgröße des Vmalloc-Speicherbereichs." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<VmallocUsed> %lu" +msgstr "I<VmallocUsed> %lu" + +#. commit a5ad88ce8c7fae7ddc72ee49a11a75aa837788e0 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Amount of vmalloc area which is used. Since Linux 4.4, this field is no " +"longer calculated, and is hard coded as 0. See I</proc/vmallocinfo>." +msgstr "" +"Größe des benutzten Vmalloc-Bereichs. Seit Linux 4.4 wird dieses Feld nicht " +"mehr berechnet und ist auf 0 hartkodiert. Siehe I</proc/vmallocinfo>." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<VmallocChunk> %lu" +msgstr "I<VmallocChunk> %lu" + +#. commit a5ad88ce8c7fae7ddc72ee49a11a75aa837788e0 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Largest contiguous block of vmalloc area which is free. Since Linux 4.4, " +"this field is no longer calculated and is hard coded as 0. See I</proc/" +"vmallocinfo>." +msgstr "" +"Größter zusammenhängender freier Vmalloc-Bereichsblock. Seit Linux 4.4 wird " +"dieses Feld nicht mehr berechnet und ist auf 0 hartkodiert. Siehe I</proc/" +"vmallocinfo>." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<HardwareCorrupted> %lu (since Linux 2.6.32)" +msgstr "I<HardwareCorrupted> %lu (seit Linux 2.6.32)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "(B<CONFIG_MEMORY_FAILURE> is required.) [To be documented.]" +msgstr "" +"(B<CONFIG_MEMORY_FAILURE> ist notwendig.) [Muss noch dokumentiert werden.]" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<LazyFree> %lu (since Linux 4.12)" +msgstr "I<LazyFree> %lu (seit Linux 4.12)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Shows the amount of memory marked by B<madvise>(2) B<MADV_FREE>." +msgstr "" +"Zeigt die Menge des durch B<madvise>(2) als B<MADV_FREE> markierten " +"Speichers." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<AnonHugePages> %lu (since Linux 2.6.38)" +msgstr "I<AnonHugePages> %lu (seit Linux 2.6.38)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(B<CONFIG_TRANSPARENT_HUGEPAGE> is required.) Non-file backed huge pages " +"mapped into user-space page tables." +msgstr "" +"(B<CONFIG_TRANSPARENT_HUGEPAGE> wird benötigt) Nicht-Datei basierte große " +"Speicherseiten, die in die Seitentabellen im Anwendungsraum gemappt sind." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<ShmemHugePages> %lu (since Linux 4.8)" +msgstr "I<ShmemHugePages> %lu (seit Linux 4.8)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(B<CONFIG_TRANSPARENT_HUGEPAGE> is required.) Memory used by shared memory " +"(shmem) and B<tmpfs>(5) allocated with huge pages." +msgstr "" +"(B<CONFIG_TRANSPARENT_HUGEPAGE> wird benötigt.) Von gemeinsam benutztem " +"Speicher (shem) benutzter Speicher und mit großen Speicherseiten " +"reserviertes B<tmpfs>(5)." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<ShmemPmdMapped> %lu (since Linux 4.8)" +msgstr "I<ShmemPmdMapped> %lu (seit Linux 4.8)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(B<CONFIG_TRANSPARENT_HUGEPAGE> is required.) Shared memory mapped into " +"user space with huge pages." +msgstr "" +"(B<CONFIG_TRANSPARENT_HUGEPAGE> wird benötigt.) Gemeinsamer, in den " +"Anwendungsraum mit großen Seiten gemappter Speicher." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<CmaTotal> %lu (since Linux 3.1)" +msgstr "I<CmaTotal> %lu (seit Linux 3.1)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Total CMA (Contiguous Memory Allocator) pages. (B<CONFIG_CMA> is required.)" +msgstr "" +"Gesamte CMA- (Contiguous Memory Allocator) Seiten. (B<CONFIG_CMA> wird " +"benötigt.)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<CmaFree> %lu (since Linux 3.1)" +msgstr "I<CmaFree> %lu (seit Linux 3.1)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Free CMA (Contiguous Memory Allocator) pages. (B<CONFIG_CMA> is required.)" +msgstr "" +"Freie CMA- (Contiguous Memory Allocator) Seiten. (B<CONFIG_CMA> wird " +"benötigt.)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<HugePages_Total> %lu" +msgstr "I<HugePages_Total> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(B<CONFIG_HUGETLB_PAGE> is required.) The size of the pool of huge pages." +msgstr "" +"(B<CONFIG_HUGETLB_PAGE> wird benötigt.) Die Größe des Vorrats der großen " +"Speicherseiten." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<HugePages_Free> %lu" +msgstr "I<HugePages_Free> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(B<CONFIG_HUGETLB_PAGE> is required.) The number of huge pages in the pool " +"that are not yet allocated." +msgstr "" +"(B<CONFIG_HUGETLB_PAGE> wird benötigt.) Die Anzahl der großen Speicherseiten " +"in dem Vorrat, die noch nicht reserviert worden sind." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<HugePages_Rsvd> %lu (since Linux 2.6.17)" +msgstr "I<HugePages_Rsvd> %lu (seit Linux 2.6.17)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(B<CONFIG_HUGETLB_PAGE> is required.) This is the number of huge pages for " +"which a commitment to allocate from the pool has been made, but no " +"allocation has yet been made. These reserved huge pages guarantee that an " +"application will be able to allocate a huge page from the pool of huge pages " +"at fault time." +msgstr "" +"(B<CONFIG_HUGETLB_PAGE> wird benötigt.) Dies ist die Anzahl der großen " +"Speicherseiten, für die eine Verpflichtung zur Reservierung aus dem Vorrat " +"erfolgte, aber noch keine Reservierung durchgeführt wurde. Die reservierten " +"großen Speicherseiten garantieren, dass die Anwendung in der Lage sein wird, " +"große Speicherseiten aus dem Vorrat von großen Speicherseiten zum Zeitpunkt " +"der Ausnahmebehandlung zu reservieren." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<HugePages_Surp> %lu (since Linux 2.6.24)" +msgstr "I<HugePages_Surp> %lu (seit Linux 2.6.24)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(B<CONFIG_HUGETLB_PAGE> is required.) This is the number of huge pages in " +"the pool above the value in I</proc/sys/vm/nr_hugepages>. The maximum " +"number of surplus huge pages is controlled by I</proc/sys/vm/" +"nr_overcommit_hugepages>." +msgstr "" +"(B<CONFIG_HUGETLB_PAGE> wird benötigt.) Dies ist die Anzahl an großen " +"Speicherseiten in dem Vorrat oberhalb des Wertes in I</proc/sys/vm/" +"nr_hugepages>. Die maximale Anzahl an zusätzlichen großen Speicherseiten " +"wird durch I</proc/sys/vm/nr_overcommit_hugepages> gesteuert." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<Hugepagesize> %lu" +msgstr "I<Hugepagesize> %lu" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "(B<CONFIG_HUGETLB_PAGE> is required.) The size of huge pages." +msgstr "" +"(B<CONFIG_HUGETLB_PAGE> wird benötigt.) Die Größe der großen Speicherseiten." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<DirectMap4k> %lu (since Linux 2.6.27)" +msgstr "I<DirectMap4k> %lu (seit Linux 2.6.27)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Number of bytes of RAM linearly mapped by kernel in 4 kB pages. (x86.)" +msgstr "" +"Anzahl von Bytes von RAM (in 4 kB-Seiten), der durch den Kernel linear " +"gemappt ist. (x86)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<DirectMap4M> %lu (since Linux 2.6.27)" +msgstr "I<DirectMap4M> %lu (seit Linux 2.6.27)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Number of bytes of RAM linearly mapped by kernel in 4 MB pages. (x86 with " +"B<CONFIG_X86_64> or B<CONFIG_X86_PAE> enabled.)" +msgstr "" +"Anzahl an Bytes von RAM (in 4 MB-Seiten), der durch den Kernel linear " +"gemappt ist. (x86 mit aktiviertem B<CONFIG_X86_64> oder B<CONFIG_X86_PAE>)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<DirectMap2M> %lu (since Linux 2.6.27)" +msgstr "I<DirectMap2M> %lu (seit Linux 2.6.27)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Number of bytes of RAM linearly mapped by kernel in 2 MB pages. (x86 with " +"neither B<CONFIG_X86_64> nor B<CONFIG_X86_PAE> enabled.)" +msgstr "" +"Anzahl an Bytes von RAM (in 2 MB-Seiten), der durch den Kernel linear " +"gemappt ist. (x86 mit aktiviertem B<CONFIG_X86_64> oder B<CONFIG_X86_PAE>)" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<DirectMap1G> %lu (since Linux 2.6.27)" +msgstr "I<DirectMap1G> %lu (seit Linux 2.6.27)" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "(x86 with B<CONFIG_X86_64> and B<CONFIG_X86_DIRECT_GBPAGES> enabled.)" +msgstr "(x86 mit B<CONFIG_X86_64> und B<CONFIG_X86_DIRECT_GBPAGES> aktiviert.)" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "SIEHE AUCH" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "B<proc>(5)" +msgstr "B<proc>(5)" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-08-15" +msgstr "15. August 2023" + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "Linux man-pages (unveröffentlicht)" |