From owner-freebsd-questions@FreeBSD.ORG Tue Feb 19 15:14:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5223616A41B for ; Tue, 19 Feb 2008 15:14:39 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id 21ECA13C45D for ; Tue, 19 Feb 2008 15:14:39 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from [127.0.0.1] (cele.sonicboom.org [66.93.34.172]) by entwistle.sonicboom.org (8.14.2/8.14.2) with ESMTP id m1JFET5Q018178 for ; Tue, 19 Feb 2008 07:14:38 -0800 (PST) (envelope-from bri@brianwhalen.net) Message-ID: <47BAF276.2050809@brianwhalen.net> Date: Tue, 19 Feb 2008 07:15:02 -0800 From: Brian User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <904190.99482.qm@web56804.mail.re3.yahoo.com> In-Reply-To: <904190.99482.qm@web56804.mail.re3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: what is the meaning of "optimization changed from TIME to SPACE" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 15:14:39 -0000 ivan dimitrov wrote: > After upgrading from freebsd-5.5-R to 6.3-R, I get the following message in dmesg: > > "/storage/pub/www/ram: optimization changed from TIME to SPACE" > > I use a ram disk via the md driver. > Here is the line from my fstab file: > > md /storage/pub/www/ram mfs rw,-s4m 2 0 > > Does this mean that there is some sort of error? ...and is there anything that can be done, so that I don't get this message in dmesg? > > Any help will be greatly appreciated :) > > > --------------------------------- > Looking for last minute shopping deals? Find them fast with Yahoo! Search. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > When I have seen this error in the past, the partition in question is near or at capacity. Brian