Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2016 14:15:50 +0000 (UTC)
From:      Sevan Janiyan <sevan@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49447 - head/en_US.ISO8859-1/books/handbook/bsdinstall
Message-ID:  <201610021415.u92EFotF099092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sevan
Date: Sun Oct  2 14:15:50 2016
New Revision: 49447
URL: https://svnweb.freebsd.org/changeset/doc/49447

Log:
  Increase minimum RAM requirement for installation to 96MB.
  On 9.3 & 10.3 (both amd64 builds) whilst the kernel boots & installer runs with
  such an amount, the installer fails when attempting to extract a set.
  On 11 it's not actually possible to boot the kernel with less than 96MB (amd64)
  or 92MB (i386).
  Tested using VirtualBox not actual hardware.
  PR:		211280
  Obtained from:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8112

Modified:
  head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml	Sat Oct  1 18:47:15 2016	(r49446)
+++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml	Sun Oct  2 14:15:50 2016	(r49447)
@@ -151,7 +151,7 @@
       also has recommendations for choosing the correct image for
       different architectures.</para>
 
-    <para>A &os; installation requires a minimum of 64&nbsp;MB of
+    <para>A &os; installation requires a minimum of 96&nbsp;MB of
       <acronym>RAM</acronym> and 1.5&nbsp;GB of free hard drive space.
       However, such small amounts of memory and disk space are really
       only suitable for custom applications like embedded appliances.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610021415.u92EFotF099092>