2010/8/7 Dag-Erling Smørgrav :
> Xin LI writes:
>> I'm still polishing up the driver, there seems to be no way to figure
>> out the base port address directly (datasheet said it's either 0x2e and
>> 0x4e) so for now I have its device identify method to do some dirty
>> hacks (outb/inb directly) an
Hello all,
A couple of major releases ago, we had a FreeBSD disc1.iso which also
included the livefs. Nowadays the livefs comes on a separate disc. This
livefs disc has a couple of issues in my opinion:
- The livefs disc does not feature any installsets, which means if your
system has 1 CD-ROM
On 08/22/2010 11:50, Ed Schouten wrote:
2. Would a CD like this be a good addition to the provided install
media? Does it actually solve shortcomings of the existing media?
Yes. I'd also like to add that I've always wanted to see dd added to the
livefs. I have in the past not-infrequently
It seems that with inclusion of ZFS, which is a significant UMA user even when
it is not used for ARC, zone fragmentation becomes an issue.
For example, on my systems with 4GB of RAM I routinely observe several hundred
megabytes in free items after zone draining (via lowmem event).
I wrote a one-
* Tim Judd wrote:
> Your CDs won't reach as many people as possible, I fear. I fear because I
> (for example) have no amd64 systems and just by the name of the snapshot cd
> image i need to have to use your script, I won't be able to use the final
> product.
Well, the script makes some assumptio
What do you think about adding an argument to uma_zcreate that would be passed
on to uminit/fini as an additional parameter?
Perhaps (probably?) to dtor/ctor.
The idea is to provide additional context to uminit/fini.
One immediate use is more efficient compatibility code for OpenSolaris
kmem_cac
I propose that the following code in arc_reclaim_needed
(sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c)
/*
* If pages are needed or we're within 2048 pages
* of needing to page need to reclaim
*/
if (vm_pages_needed || (vm_paging_target() > -2048))
be changed to
if (vm_paging_needed())
> 1. Be sure to give the CD a try and share your experiences. Does it
> work? Does it crash? Is it usable for you? If not, why not?
>
> 2. Would a CD like this be a good addition to the provided install
> media? Does it actually solve shortcomings of the existing media?
>
> If people think it's
On Sun, Aug 22, 2010 at 11:59:51AM -0700, Doug Barton wrote:
> On 08/22/2010 11:50, Ed Schouten wrote:
> > 2. Would a CD like this be a good addition to the provided install
> > media? Does it actually solve shortcomings of the existing media?
>
> Yes. I'd also like to add that I've always wan
On 08/22/2010 14:52, Marc Fonvieille wrote:
dd(1) is already in our livefs, actually you have everything from
/rescue.
That's good news, guess it's been longer than I thought since I needed
to do this. :)
Doug
--
Improve the effectiveness of your Internet presence with
a
Do you by any chance have a graph showing kstat.zfs.misc.arcstats.size
behavior in addition to the stuff included on your graphs now? All I
can tell from your graphs is that v_free_count+v_cache_count shifted a
bit lower relative to v_free_target+v_cache_min. It would be
interesting to see what ef
On 23/08/2010, at 1:24, Xin LI wrote:
> 2010/8/7 Dag-Erling Smørgrav :
>> Xin LI writes:
>>> I'm still polishing up the driver, there seems to be no way to figure
>>> out the base port address directly (datasheet said it's either 0x2e and
>>> 0x4e) so for now I have its device identify method to
on 23/08/2010 02:52 Artem Belevich said the following:
> Do you by any chance have a graph showing kstat.zfs.misc.arcstats.size
> behavior in addition to the stuff included on your graphs now?
Yes, I do and not by a chance :-)
> All I
> can tell from your graphs is that v_free_count+v_cache_cou
13 matches
Mail list logo