We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3c5fa commit f6bae54Copy full SHA for f6bae54
docs/howtos/limited-ram.md
@@ -1,9 +1,12 @@
1
# Kexec on Systems with Limited RAM
2
3
When working with nixos-anywhere on systems with limited RAM (around 1GB), you
4
-can use the `--no-disko-deps` option to reduce memory usage during installation.
+can:
5
6
-## How it works
+* use the `--no-disko-deps` option to reduce memory usage during installation.
7
+* ensure the disk has a swap partition
8
+
9
+## How `--no-disko-deps` works
10
11
The `--no-disko-deps` option uploads only the disko partitioning script without
12
including its dependencies. This significantly reduces memory usage because:
0 commit comments