diff options
author | Tails developers <amnesia@boum.org> | 2011-12-27 13:07:19 +0100 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2011-12-27 13:07:19 +0100 |
commit | 7310bd41a04ff22f6825ceccf14514c043682f84 (patch) | |
tree | 137f2796faabb1aa762eb795f704e92eadd7d853 /config/amnesia | |
parent | 5b01ad8b6583a4a71245446101c29b43795fc54d (diff) |
Revert "Limit RAM usage to 3GB."
This reverts commit 601026a1061d03bce0512421a5250d202ec819d6.
On some hardware, mem=3G results in early kernel panic:
"Initramfs unpacking failed: junk in compressed archive".
Diffstat (limited to 'config/amnesia')
-rw-r--r-- | config/amnesia | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/amnesia b/config/amnesia index 669111e..5cced9c 100644 --- a/config/amnesia +++ b/config/amnesia @@ -13,7 +13,7 @@ # Base for the string that will be passed to "lb config --bootappend-live" # FIXME: see [[bugs/sdmem_on_eject_broken_for_CD]] for explanation why we # need to set block.events_dfl_poll_msecs -AMNESIA_APPEND="noswap live-media=removable nopersistent noprompt quiet timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash mem=3G" +AMNESIA_APPEND="noswap live-media=removable nopersistent noprompt quiet timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash" # Options passed to isohybrid # Default: "-entry 4 -type 1c" |