Codebase list partman-auto / b639042
Limit swap to 200% of physical memory. Closes: #597087 r64926 Christian Perrier 13 years ago
4 changed file(s) with 9 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 partman-auto (93) UNRELEASED; urgency=low
11
2 [ Colin Watson ]
23 * Use 'dh $@ --options' rather than 'dh --options $@', for
34 forward-compatibility with debhelper v8.
5
6 [ Christian Perrier ]
7 * Limit swap to 200% of physical memory. Closes: #597087
48
59 -- Colin Watson <[email protected]> Tue, 13 Jul 2010 10:30:26 +0100
610
2121 $default_filesystem{ }
2222 mountpoint{ / } .
2323
24 96 512 300% linux-swap
24 96 512 200% linux-swap
2525 $lvmok{ }
2626 method{ swap }
2727 format{ } .
1212 filesystem{ ext2 }
1313 mountpoint{ /boot } .
1414
15 500 4000 7000 $default_filesystem
15 500 4000 10000 $default_filesystem
1616 $lvmok{ }
1717 $bootable{ }
1818 method{ format }
2121 $default_filesystem{ }
2222 mountpoint{ / } .
2323
24 96 512 300% linux-swap
24 96 512 200% linux-swap
2525 $lvmok{ }
2626 method{ swap }
2727 format{ } .
2121 $default_filesystem{ }
2222 mountpoint{ / } .
2323
24 500 3000 6000 $default_filesystem
24 500 3000 9000 $default_filesystem
2525 $lvmok{ }
2626 method{ format }
2727 format{ }
3737 $default_filesystem{ }
3838 mountpoint{ /var } .
3939
40 96 512 300% linux-swap
40 96 512 200% linux-swap
4141 $lvmok{ }
4242 method{ swap }
4343 format{ } .