search for: lotsfree

Displaying 8 results from an estimated 8 matches for "lotsfree".

Did you mean: log_free
2010 Jul 24
0
ARC/VM question
...he following code in arc.c, arc_reclaim_needed() function: /* * take ''desfree'' extra pages, so we reclaim sooner, rather than later */ extra = desfree; /* * check that we''re out of range of the pageout scanner. It starts to * schedule paging if freemem is less than lotsfree and needfree. * lotsfree is the high-water mark for pageout, and needfree is the * number of needed free pages. We add extra pages here to make sure * the scanner doesn''t start up while we''re freeing memory. */ if (freemem < lotsfree + needfree + extra) return (1);...
2010 Apr 05
0
Why does ARC grow above hard limit?
...1.5 GB used - does this include ARC as well or is it separate? I see on the backed only reads (205 MB/s) and almost no writes (1.1 MB/s) - any ides what is being read? --- BEFORE TEST # ~/bin/arc_summary.pl System Memory: Physical RAM: 12270 MB Free Memory : 7108 MB LotsFree: 191 MB ZFS Tunables (/etc/system): set zfs:zfs_prefetch_disable = 1 set zfs:zfs_arc_max = 0x20000000 set zfs:zfs_arc_min = 0x10000000 ARC Size: Current Size: 136 MB (arcsize) Target Size (Adaptive): 512 MB (c) Min Size (Har...
2010 Mar 21
1
arc_summary.pl results
Was wondering if anyone can see any issues with the ARC in the following output? bash-3.00# ./arc_summary.pl System Memory: Physical RAM: 6023 MB Free Memory : 784 MB LotsFree: 90 MB ZFS Tunables (/etc/system): ARC Size: Current Size: 1159 MB (arcsize) Target Size (Adaptive): 2106 MB (c) Min Size (Hard Limit): 624 MB (zfs_arc_min) Max Size (Hard Limit): 4999 MB (zfs_arc_max) ARC Size Breakdown: Most Recently Used Cache Size: 49% 1034 MB (p) Most Frequently Used Cache...
2010 Apr 30
0
ARC Summary
Was wondering if anyone of you see any issues with the following in Solaris 10 u8 ZFS? System Memory: Physical RAM: 11042 MB Free Memory : 5250 MB LotsFree: 168 MB ZFS Tunables (/etc/system): ARC Size: Current Size: 4309 MB (arcsize) Target Size (Adaptive): 10018 MB (c) Min Size (Hard Limit): 1252 MB (zfs_arc_min) Max Size (Hard Limit): 10018 MB (zfs_arc_max) ARC Size Breakdown: Most Recently Used Cache Size: 49% 5008 MB (p) Most Frequently Used Ca...
2010 Apr 02
0
ZFS behavior under limited resources
...21884 85 1% Free (freelist) 1776079 6937 57% Total 3141176 12270 Physical 3141175 12270 ---------- System Memory: Physical RAM: 12270 MB Free Memory : 6966 MB LotsFree: 191 MB ZFS Tunables (/etc/system): set zfs:zfs_prefetch_disable = 1 set zfs:zfs_arc_max = 0x20000000 set zfs:zfs_arc_min = 0x10000000 ARC Size: Current Size: 669 MB (arcsize) Target Size (Adaptive): 512 MB (c) Min Size (Har...
2008 Aug 20
9
ARCSTAT Kstat Definitions
Would someone "in the know" be willing to write up (preferably blog) definitive definitions/explanations of all the arcstats provided via kstat? I''m struggling with proper interpretation of certain values, namely "p", "memory_throttle_count", and the mru/mfu+ghost hit vs demand/prefetch hit counters. I think I''ve got it figured out, but
2011 Jan 12
6
ZFS slows down over a couple of days
Hi all, I have exchanged my Dell R610 in favor of a Sun Fire 4170 M2 which has 32 GB RAM installed. I am running Sol11Expr on this host and I use it to primarily serve Netatalk AFP shares. From day one, I have noticed that the amount of free RAM decereased and along with that decrease the overall performance of ZFS decreased as well. Now, since I am still quite a Solaris newbie, I seem to
2006 Feb 24
17
Re: [nfs-discuss] bug 6344186
Joseph Little wrote: > I''d love to "vote" to have this addressed, but apparently votes for > bugs are no available to outsiders. > > What''s limiting Stanford EE''s move to using ZFS entirely for our > snapshoting filesystems and multi-tier storage is the inability to > access .zfs directories and snapshots in particular on NFSv3 clients.