Re: what is the meaning of "optimization changed from TIME to SPACE"

2008-02-20 Thread Bill Moran
In response to ivan dimitrov <[EMAIL PROTECTED]>: > OK, but maybe this is not my case. I am using about 10% ... > "/dev/md0 3.6M318K3.0M 9%/storage/pub/www/ram" > > But dmesg reports continuously: > /storage/pub/www/ram: optimization change

Re: what is the meaning of "optimization changed from TIME to SPACE"

2008-02-20 Thread ivan dimitrov
OK, but maybe this is not my case. I am using about 10% ... "/dev/md0 3.6M318K3.0M 9%/storage/pub/www/ram" But dmesg reports continuously: /storage/pub/www/ram: optimization changed from TIME to SPACE /storage/pub/www/ram: optimization changed from SPACE to TIME

Re: what is the meaning of "optimization changed from TIME to SPACE"

2008-02-19 Thread Nikola Lečić
; > > > > > "/storage/pub/www/ram: optimization changed from TIME to SPACE" [...] > UFS normally optimizes file placement for performance. Unfortunately, > in order to do this it has to write files in such a way that it > sometimes wastes some space. When the parti

Re: what is the meaning of "optimization changed from TIME to SPACE"

2008-02-19 Thread Bill Moran
In response to Brian <[EMAIL PROTECTED]>: > 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

Re: what is the meaning of "optimization changed from TIME to SPACE"

2008-02-19 Thread Brian
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/rammfs

Re: what is the meaning of "optimization changed from TIME to SPACE"

2008-02-19 Thread Wouter Oosterveld
> "/storage/pub/www/ram: optimization changed from TIME to SPACE" This is not an error. It probably means the ramdisk changed it's allocation policy from preserving time to conserving space. Something what would happen if the data on it gets relatively (against available

what is the meaning of "optimization changed from TIME to SPACE"

2008-02-19 Thread ivan dimitrov
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/rammfs rw,-s4m

Re: optimization changed from TIME to SPACE

2003-03-21 Thread Bill Moran
Michelle Weeks wrote: On Friday, March 21, 2003, at 09:21 AM, Bill Moran wrote: Michelle Weeks wrote: I am running 4.6.2 Release and received the following kernel message: /tmp: optimization changed from TIME to SPACE I'm not sure what this means? It means your /tmp partition is getting full.

Re: optimization changed from TIME to SPACE

2003-03-21 Thread Michelle Weeks
On Friday, March 21, 2003, at 09:21 AM, Bill Moran wrote: Michelle Weeks wrote: I am running 4.6.2 Release and received the following kernel message: /tmp: optimization changed from TIME to SPACE I'm not sure what this means? It means your /tmp partition is getting full. When there is plen

Re: optimization changed from TIME to SPACE

2003-03-21 Thread Bill Moran
Michelle Weeks wrote: I am running 4.6.2 Release and received the following kernel message: /tmp: optimization changed from TIME to SPACE I'm not sure what this means? It means your /tmp partition is getting full. When there is plenty of space, the system writes files very quickly, with l

optimization changed from TIME to SPACE

2003-03-21 Thread Michelle Weeks
I am running 4.6.2 Release and received the following kernel message: /tmp: optimization changed from TIME to SPACE I'm not sure what this means? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message