Hi community!
We have been had some trouble in the past few weeks performing dynamic
reconfigurations on our larger hardware platforms because the kernel''s
memory cage grows quite large across all of our system boards. Once the
kernel cage grows this large -- even if kernel memory decreases - a
dynamic reconfiguration can not occur because kernel objects can not be
re-allocated.
> ::memstat
Page Summary Pages MB %Tot
------------ ---------------- ---------------- ----
Kernel 10412390 81346 83%
Anon 638239 4986 5%
Exec and libs 124026 968 1%
Page cache 95790 748 1%
Free (cachelist) 71246 556 1%
Free (freelist) 1206346 9424 10%
Total 12548037 98031
Physical 12345851 96451
We suspect that the ZFS ARC cache may be causing kernel memory to grow
so large, but we''re not 100% sure. The ZFS best practices guide
suggests limiting the ARC cache in /etc/system to prevent this.
http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide#
Memory_and_Dynamic_Reconfiguration_Recommendations
> ::arc
{
anon = ARC_anon
mru = ARC_mru
mru_ghost = ARC_mru_ghost
mfu = ARC_mfu
mfu_ghost = ARC_mfu_ghost
size = 0x12d4a25400
p = 0xf19fc7ab8
c = 0x12d506e553
c_min = 0xbf77c500
c_max = 0x17aef8a000
hits = 0x16e04a7d
misses = 0x98848e
deleted = 0x97f1cd
recycle_miss = 0x19082
mutex_miss = 0x132cc
evict_skip = 0x769ca8
hash_elements = 0x1b2148
hash_elements_max = 0x1b6526
hash_collisions = 0x43f31ab
hash_chains = 0x6aa2d
hash_chain_max = 0x9
no_grow = 0
}
Converting the size field from hex to decimal returns
80876819456 / 1024
78981269
78981269 / 1024
77130
77130 / 1024
75
So does that mean the ZFS ARC cache has grown to 75GB?
Looking through the MDB guide, I see references to dcmds like ::kmastat
and ::kmem_cache to display where the kernel is allocating memory. The
total for [zio_buf] seems like a larger value..
Total [zio_buf] 2759442432 24644658
0
What is the difference between the size of ZFS ARC cache and the total
value of zio_buf above?
> ::kmastat
cache buf buf buf memory alloc alloc
name size in use total in use succeed fail
------------------------- ------ ------ ------ --------- --------- -----
kmem_magazine_1 16 14699 377444 6086656 7172094 0
kmem_magazine_3 32 14520 25654 827392 471116 0
kmem_magazine_7 64 5845 9652 622592 164505 0
kmem_magazine_15 128 32352 32445 4218880 278799 0
kmem_magazine_31 256 2590 16740 4423680 88927 0
kmem_magazine_47 384 1691 8925 3481600 318960 0
kmem_magazine_63 512 6162 6180 3375104 52073 0
kmem_magazine_95 768 6811 7210 5906432 69481 0
kmem_magazine_143 1152 10770 13825 16179200 156269 0
kmem_slab_cache 56 779715 827225 46735360 7247769 0
kmem_bufctl_cache 24 988998 1111581 26861568 8068536
0
kmem_bufctl_audit_cache 128 0 0 0 0 0
kmem_va_8192 8192 37539 43968 360185856 92666 0
kmem_va_16384 16384 11056 12032 197132288 37195 0
kmem_va_24576 24576 405 610 15990784 11136 0
kmem_va_32768 32768 536 712 23330816 5985 0
kmem_va_40960 40960 205 468 20447232 16129 0
kmem_va_49152 49152 91 305 15990784 14076 0
kmem_va_57344 57344 646 1088 71303168 39698 0
kmem_va_65536 65536 292 448 29360128 14691 0
kmem_alloc_8 8 779536 784107 6316032 633715999 0
kmem_alloc_16 16 49198 50800 819200 574397589 0
kmem_alloc_24 24 64029 91869 2220032 805939217 0
kmem_alloc_32 32 79762 94996 3063808 3133090419
0
kmem_alloc_40 40 334360 415744 16777216 2040818409
0
kmem_alloc_48 48 116084 141960 6881280 208681636 0
kmem_alloc_56 56 186603 212135 11984896 327551087 0
kmem_alloc_64 64 120526 128143 8265728 3879007031
0
kmem_alloc_80 80 314468 324210 26296320 133783014 0
kmem_alloc_96 96 477712 487872 47579136 235093810 0
kmem_alloc_112 112 724026 744408 84697088 21743460 0
kmem_alloc_128 128 123871 133056 17301504 191784547 0
kmem_alloc_160 160 30484 37350 6119424 340093792 0
kmem_alloc_192 192 6425 7056 1376256 106342646 0
kmem_alloc_224 224 1815 60264 13713408 531519778 0
kmem_alloc_256 256 26609 27931 7380992 354708238 0
kmem_alloc_320 320 1257 1725 565248 4566922 0
kmem_alloc_384 384 743 1050 409600 29697993 0
kmem_alloc_448 448 13869 14832 6750208 289689235 0
kmem_alloc_512 512 1453 12015 6561792 35471040 0
kmem_alloc_640 640 721 10356 7069696 1230922958
0
kmem_alloc_768 768 300 490 401408 24218475 0
kmem_alloc_896 896 267 477 434176 1133857 0
kmem_alloc_1152 1152 3400 3738 4374528 550902420 0
kmem_alloc_1344 1344 111 270 368640 2153269 0
kmem_alloc_1600 1600 84 185 303104 585070 0
kmem_alloc_2048 2048 1812 2268 4644864 6745961 0
kmem_alloc_2688 2688 340 456 1245184 10180202 0
kmem_alloc_4096 4096 300 372 1523712 37549773 0
kmem_alloc_8192 8192 19246 19608 160628736 55743586 0
kmem_alloc_12288 12288 24 258 3170304 1418791 0
kmem_alloc_16384 16384 263 336 5505024 438931 0
kmem_alloc_24576 24576 267 311 7643136 11984783 0
kmem_alloc_32768 32768 954 996 32636928 2181867 0
streams_mblk 64 17180 18034 1163264 896816994 0
streams_dblk_16 128 411 1827 237568 109259124 0
streams_dblk_80 192 1831 3402 663552 187254193 0
streams_dblk_144 256 48 930 245760 851910746 0
streams_dblk_208 320 342 800 262144 15844099 0
streams_dblk_272 384 28 966 376832 8716450 0
streams_dblk_336 448 0 360 163840 6234119 0
streams_dblk_528 640 4 240 163840 12311715 0
streams_dblk_1040 1152 1 182 212992 4493897 0
streams_dblk_1488 1600 0 130 212992 2839849 0
streams_dblk_1936 2048 2 504 1032192 6092666 0
streams_dblk_2576 2688 0 96 262144 1096276 0
streams_dblk_3920 4032 0 44 180224 337449 0
streams_dblk_8192 112 0 1134 147456 3055527 0
streams_dblk_12112 12224 0 44 540672 5851320 0
streams_dblk_16384 112 0 252 32768 544991 0
streams_dblk_20304 20416 0 44 901120 2915799 0
streams_dblk_24576 112 0 315 40960 142589 0
streams_dblk_28496 28608 0 44 1261568 209474 0
streams_dblk_32768 112 0 630 81920 39176011 0
streams_dblk_36688 36800 0 30 1105920 217903 0
streams_dblk_40960 112 0 63 8192 38 0
streams_dblk_44880 44992 0 14 630784 22 0
streams_dblk_49152 112 0 126 16384 546 0
streams_dblk_53072 53184 0 36 1916928 3132 0
streams_dblk_57344 112 0 63 8192 8 0
streams_dblk_61264 61376 0 0 0 0 0
streams_dblk_65536 112 0 252 32768 329373 0
streams_dblk_69456 69568 0 14 974848 33 0
streams_dblk_73728 112 0 0 0 0 0
streams_dblk_esb 112 251 6111 794624 593798749 0
streams_fthdr 264 0 0 0 0 0
streams_ftblk 232 0 0 0 0 0
multidata 248 0 0 0 0 0
multidata_pdslab 7112 0 0 0 0 0
multidata_pattbl 32 0 0 0 0 0
log_cons_cache 48 22 169 8192 41256 0
taskq_ent_cache 56 3278 9135 516096 862234 0
taskq_cache 216 119 148 32768 149 0
id32_cache 32 0 0 0 0 0
bp_map_16384 16384 0 64 1048576 384592 0
bp_map_32768 32768 0 16 524288 5260 0
bp_map_49152 49152 0 10 524288 574 0
bp_map_65536 65536 0 8 524288 18 0
bp_map_81920 81920 0 6 524288 28 0
bp_map_98304 98304 0 5 524288 4 0
bp_map_114688 114688 0 4 524288 2 0
bp_map_131072 131072 0 4 524288 2 0
memseg_cache 112 0 0 0 0 0
mod_hash_entries 24 5692 9492 229376 11637625 0
ipp_mod 304 0 0 0 0 0
ipp_action 368 0 0 0 0 0
ipp_packet 64 0 0 0 0 0
mmuctxdom_cache 256 24 31 8192 24 0
sfmmuid_cache 424 457 684 311296 14087284 0
sfmmu_tsbinfo_cache 64 585 1143 73728 31654423 0
sfmmu_tsb8k_cache 8192 0 0 0 0 0
sfmmu_tsb_cache 8192 338 399 3268608 13733241 0
sfmmu8_cache 312 1375342 1442428 454475776 826829797
3
sfmmu1_cache 88 132335 151524 13492224 135296384 0
pa_hment_cache 64 566 1397 90112 18249849 0
ism_blk_cache 272 117 325 106496 1665674 0
ism_ment_cache 32 541 1524 49152 1664736 0
seg_cache 72 48670 61133 4431872 846840046 0
dev_info_node_cache 480 245 368 188416 1560 0
segkmem_ppa_4096 4096 0 28 114688 4697 0
segkp_8192 8192 356 528 4325376 3986828 0
segkp_16384 16384 0 0 0 0 0
segkp_24576 24576 0 0 0 0 0
segkp_32768 32768 3333 3416 111935488 22630 0
segkp_40960 40960 0 0 0 0 0
umem_np_8192 8192 0 64 524288 1025 0
umem_np_16384 16384 0 32 524288 639 0
umem_np_24576 24576 0 20 524288 292 0
umem_np_32768 32768 0 24 786432 337 0
umem_np_40960 40960 0 0 0 0 0
umem_np_49152 49152 0 0 0 0 0
umem_np_57344 57344 0 0 0 0 0
umem_np_65536 65536 0 16 1048576 223 0
thread_cache 800 2510 2610 2138112 11318293 0
wbuf32_cache 512 845 990 540672 10872947 0
wbuf64_cache 1024 1665 1792 2097152 896470 0
lwp_cache 912 2510 2608 2670592 179796 0
turnstile_cache 64 3293 3556 229376 11316267 0
tslabel_cache 48 2 169 8192 2 0
cred_cache 172 541 920 163840 1340550 0
rctl_cache 40 5756 7917 319488 88235523 0
rctl_val_cache 64 11784 15875 1024000 183936517 0
task_cache 104 117 312 32768 56738 0
cyclic_id_cache 64 8 127 8192 32 0
dnlc_space_cache 24 1408 1695 40960 31036 0
vn_cache 240 799374 803334 212287488 1062376703
0
vsk_anchor_cache 40 61 203 8192 91 0
file_cache 56 5440 7250 409600 290293550 0
stream_head_cache 400 2337 3140 1286144 34739121 0
queue_cache 656 3978 5412 3694592 58934993 0
syncq_cache 160 13 50 8192 586 0
qband_cache 64 0 0 0 0 0
linkinfo_cache 48 5 169 8192 35 0
ciputctrl_cache 1024 0 0 0 0 0
serializer_cache 64 41 508 32768 156171 0
as_cache 224 457 756 172032 13480916 0
marker_cache 128 0 252 32768 11011985 0
anon_cache 48 640546 724672 35127296 2231169288
0
anonmap_cache 64 35899 43688 2818048 325486927 0
segvn_cache 104 48108 59904 6291456 678723551 0
flk_edges 48 0 0 0 0 0
fdb_cache 104 0 0 0 0 0
timer_cache 136 1 59 8192 5 0
vmu_bound_cache 32 9286 12446 401408 21167 0
vmu_object_cache 32 4783 6858 221184 9181 0
physio_buf_cache 248 0 224 57344 5519217 0
snode_cache 152 391 689 106496 89988599 0
ufs_inode_cache 368 111324 171710 63938560 19799837 0
directio_buf_cache 272 0 0 0 0 0
lufs_save 24 0 339 8192 812053 0
lufs_bufs 256 0 124 32768 869965 0
lufs_mapentry_cache 112 10 19944 2269184 23965703 0
pcisch1_dvma_8192 8192 11 196 1605632 70924773 0
glm0_cache 416 6 380 163840 80348543 0
dv_node_cache 120 872 938 114688 1009 0
clnt_clts_endpnt_cache 88 0 0 0 0 0
md_stripe_parent 96 0 420 40960 29039331 0
md_stripe_child 312 0 208 65536 34308995 0
md_mirror_parent 160 0 250 40960 17330038 0
md_mirror_child 304 0 338 106496 33854113 0
md_mirror_wow 16440 0 8 139264 20370 0
pcisch0_dvma_8192 8192 6 356 2916352 180054854 0
kcf_sreq_cache 48 0 0 0 0 0
kcf_areq_cache 272 0 0 0 0 0
kcf_context_cache 88 0 0 0 0 0
ip_minor_arena_1 1 1350 2432 2432 14998082 0
ipcl_conn_cache 496 97 240 131072 8084278 0
ipcl_tcpconn_cache 1704 1262 1980 3604480 6867065 0
ire_cache 368 218 308 114688 815293 0
rt_entry 168 3 48 8192 12 0
radix_mask 32 1 254 8192 1 0
radix_node 112 2 72 8192 2 0
ipsec_actions 72 0 113 8192 2213 0
ipsec_selectors 80 0 0 0 0 0
ipsec_policy 72 0 0 0 0 0
ipsec_info 352 0 69 24576 1840661 0
tcp_timercache 88 3059 4784 425984 86585 0
tcp_sack_info_cache 80 734 1717 139264 4090220 0
tcp_iphc_cache 120 1261 2211 270336 6717426 0
squeue_cache 136 24 42 8192 24 0
sctp_conn_cache 2264 1 7 16384 1 0
sctp_faddr_cache 168 0 0 0 0 0
sctp_set_cache 24 0 0 0 0 0
sctp_ftsn_set_cache 16 0 0 0 0 0
ire_gw_secattr_cache 32 0 0 0 0 0
sctpsock 616 0 0 0 0 0
sctp_assoc 64 0 0 0 0 0
socktpi_cache 456 1327 2091 1007616 9404322 0
socktpi_unix_cache 456 31 153 73728 169467 0
mac_impl_cache 360 0 0 0 0 0
dls_cache 160 0 0 0 0 0
soft_ring_cache 176 0 0 0 0 0
dls_vlan_cache 72 0 0 0 0 0
dls_link_cache 368 0 0 0 0 0
dld_ctl_1 1 0 0 0 0 0
dld_str_cache 272 0 29 8192 1 0
udp_cache 440 88 216 98304 8083477 0
process_cache 3096 441 650 2129920 7261348 0
exacct_object_cache 40 0 0 0 0 0
ch_private_cache 8208 24 24 221184 24 0
kssl_cache 1560 0 0 0 0 0
fctl_cache 112 0 72 8192 117 0
tl_cache 432 51 180 81920 169582 0
keysock_1 1 0 0 0 0 0
spdsock_1 1 0 64 64 10 0
rds_alloc_cache 88 0 0 0 0 0
fnode_cache 176 25 84 16384 9706 0
pipe_cache 320 427 575 188416 9479988 0
namefs_inodes_1 1 53 64 64 65 0
port_cache 80 10 101 8192 12 0
pcisch3_dvma_8192 8192 2 4 32768 6 0
Hex0x60007db7648_minor_1 1 0 0 0 0 0
Hex0x60007e13548_minor_1 1 0 0 0 0 0
fp2_cache 728 1 33 24576 60 0
fp0_cache 728 1 33 24576 120 0
fcp0_cache 1168 1 399 466944 140382201 0
fcp2_cache 1168 1 406 475136 140783889 0
lnode_cache 32 194 762 24576 776299094 0
zio_buf_512 512 703299 705105 385081344 33684345 0
zio_data_buf_512 512 44033 50685 27680768 1978539 0
zio_buf_1024 1024 5115 5400 5529600 7857086 0
zio_data_buf_1024 1024 35969 38080 38993920 363577 0
zio_buf_1536 1536 1691 1835 3006464 423604 0
zio_data_buf_1536 1536 22466 23180 37978112 253647 0
zio_buf_2048 2048 801 908 1859584 8829152 0
zio_data_buf_2048 2048 12876 14028 28729344 154785 0
zio_buf_2560 2560 637 726 1982464 720185 0
zio_data_buf_2560 2560 8400 9201 25124864 87820 0
zio_buf_3072 3072 404 504 1548288 7051331 0
zio_data_buf_3072 3072 7987 9712 29835264 101383 0
zio_buf_3584 3584 255 576 2097152 23603335 0
zio_data_buf_3584 3584 5406 6759 24608768 74005 0
zio_buf_4096 4096 1802 1868 7651328 14286440 0
zio_data_buf_4096 4096 4269 4632 18972672 79018 0
zio_buf_5120 5120 416 456 2334720 4035129 0
zio_data_buf_5120 5120 10327 12304 62996480 194122 0
zio_buf_6144 6144 193 244 1499136 6358767 0
zio_data_buf_6144 6144 6813 8024 49299456 142718 0
zio_buf_7168 7168 127 248 1777664 2847209 0
zio_data_buf_7168 7168 5527 6816 48857088 122185 0
zio_buf_8192 8192 173 210 1720320 5145606 0
zio_data_buf_8192 8192 4096 4132 33849344 97061 0
zio_buf_10240 10240 175 220 2252800 3500369 0
zio_data_buf_10240 10240 6494 7620 78028800 147148 0
zio_buf_12288 12288 64 100 1228800 5891300 0
zio_data_buf_12288 12288 5072 5690 69918720 127153 0
zio_buf_14336 14336 7 1584 22708224 87475850 0
zio_data_buf_14336 14336 3752 4732 67837952 88059 0
zio_buf_16384 16384 68795 68840 1127874560 5969250
0
zio_data_buf_16384 16384 3387 3427 56147968 153730 0
zio_buf_20480 20480 55 94 1925120 14037833 0
zio_data_buf_20480 20480 4625 5230 107110400 159090 0
zio_buf_24576 24576 28 252 6193152 926523 0
zio_data_buf_24576 24576 3892 3949 97050624 239494 0
zio_buf_28672 28672 11 212 6078464 639674 0
zio_data_buf_28672 28672 3500 4042 115892224 190377 0
zio_buf_32768 32768 12 102 3342336 964121 0
zio_data_buf_32768 32768 2765 2807 91979776 194478 0
zio_buf_40960 40960 27 94 3850240 4557666 0
zio_data_buf_40960 40960 3730 3766 154255360 291674 0
zio_buf_49152 49152 6 95 4669440 545779 0
zio_data_buf_49152 49152 6094 6138 301694976 248295 0
zio_buf_57344 57344 14 123 7053312 404240 0
zio_data_buf_57344 57344 19602 19647 1126637568 359678
0
zio_buf_65536 65536 1298 1329 87097344 1098330 0
zio_data_buf_65536 65536 10479 10514 689045504 300316 0
zio_buf_73728 73728 7 36 2654208 445685 0
zio_data_buf_73728 73728 2206 2246 165593088 232792 0
zio_buf_81920 81920 4 38 3112960 501531 0
zio_data_buf_81920 81920 1190 1234 101089280 185569 0
zio_buf_90112 90112 1 33 2973696 412210 0
zio_data_buf_90112 90112 943 987 88940544 194327 0
zio_buf_98304 98304 0 28 2752512 371010 0
zio_data_buf_98304 98304 811 852 83755008 200652 0
zio_buf_106496 106496 0 32 3407872 247111 0
zio_data_buf_106496 106496 672 714 76038144 206489 0
zio_buf_114688 114688 1 105 12042240 6876772 0
zio_data_buf_114688 114688 580 628 72024064 193800 0
zio_buf_122880 122880 0 31 3809280 64766 0
zio_data_buf_122880 122880 701 745 91545600 198891 0
zio_buf_131072 131072 7 88 11534336 198775 0
zio_data_buf_131072 131072 579831 579890 2992898048 17083786
0
dmu_buf_impl_t 192 1595713 1779078 347004928 19082863
0
dnode_t 648 653048 655332 447373312 1086725 0
arc_buf_hdr_t 144 1778048 1789480 261775360 21600544
0
arc_buf_t 40 987402 1176791 47489024 23345167
0
zil_lwb_cache 200 24 1080 221184 13376736 0
zfs_znode_cache 184 624199 625724 116498432 1079177 0
pty_map 56 11 290 16384 388 0
md_raid_parent 120 0 0 0 0 0
md_raid_child 1040 0 0 0 0 0
md_raid_cbufs 376 0 0 0 0 0
md_trans_parent 80 0 0 0 0 0
md_trans_child 248 0 0 0 0 0
dtrace_state_cache 35712 0 8 286720 11 0
authkern_cache 72 0 0 0 0 0
authloopback_cache 72 0 0 0 0 0
authdes_cache_handle 80 0 0 0 0 0
rnode_cache 648 0 0 0 0 0
nfs_access_cache 56 0 0 0 0 0
client_handle_cache 32 0 0 0 0 0
rnode4_cache 960 0 0 0 0 0
svnode_cache 40 0 0 0 0 0
nfs4_access_cache 56 0 0 0 0 0
client_handle4_cache 32 0 0 0 0 0
nfs4_ace4vals_cache 48 0 0 0 0 0
nfs4_ace4_list_cache 264 0 0 0 0 0
NFS_idmap_cache 48 0 0 0 0 0
lm_vnode 184 0 0 0 0 0
lm_xprt 32 0 0 0 0 0
lm_sysid 160 0 0 0 0 0
lm_client 128 0 0 0 0 0
lm_async 32 0 0 0 0 0
lm_sleep 96 0 0 0 0 0
lm_config 80 1 101 8192 8 0
md_softpart_parent 88 0 0 0 0 0
md_softpart_child 304 0 0 0 0 0
pcisch2_dvma_8192 8192 0 8 65536 16 0
glm1_cache 416 0 19 8192 153 0
sppptun_map 432 0 0 0 0 0
crypto_session_cache 96 0 0 0 0 0
aggr_port_cache 1056 0 0 0 0 0
aggr_grp_cache 680 0 0 0 0 0
fcsm_job_cache 104 0 0 0 0 0
fcip0_cache 728 0 0 0 0 0
fcip0_sendup_cache 24 0 0 0 0 0
fcip2_cache 728 0 0 0 0 0
fcip2_sendup_cache 24 0 0 0 0 0
fcsm0_cmd_cache 712 0 0 0 0 0
fcsm2_cmd_cache 712 0 0 0 0 0
------------------------- ------ ------ ------ --------- --------- -----
Total [static] 5505024 57090541 0
Total [hat_memload] 454475776 826829797 3
Total [kmem_msb] 118718464 24088529 0
Total [kmem_va] 733741056 231576 0
Total [kmem_default] 3821363200 463655599
0
Total [bp_map] 4718592 390480 0
Total [kmem_tsb_default] 3268608 13733241 0
Total [hat_memload1] 13492224 135296384 0
Total [segkmem_ppa] 114688 4697 0
Total [umem_np] 3407872 2516 0
Total [segkp] 116260864 4009458 0
Total [zio_buf] 2759442432 24644658
0
Total [pcisch1_dvma] 1605632 70924773 0
Total [pcisch0_dvma] 2916352 180054854 0
Total [ip_minor_arena] 2432 14998082 0
Total [spdsock] 64 10 0
Total [namefs_inodes] 64 65 0
Total [pcisch3_dvma] 32768 6 0
Total [pcisch2_dvma] 65536 16 0
------------------------- ------ ------ ------ --------- --------- -----
vmem memory memory memory alloc alloc
name in use total import succeed fail
------------------------- --------- ---------- --------- --------- -----
heap 1101199835136 4398046511104 0
6484384 0
vmem_metadata 185950208 186122240 186122240 21391 0
vmem_seg 170868736 170868736 170868736 20858 0
vmem_hash 14741248 14753792 14753792 101 0
vmem_vmem 313200 362480 327680 611 0
static 5709824 5709824 5709824 687 0
static_alloc 188680 196608 196608 28 0
hat_memload 454475776 454475776 454475776 62169 3
kstat 598248 622592 557056 14621 0
kmem_metadata 126926848 127139840 127139840 19678 0
kmem_msb 118718464 118718464 118718464 19369 0
kmem_cache 714000 720896 720896 912 0
kmem_hash 7453696 7487488 7487488 1189 0
kmem_log 1576800 1581056 1581056 6 0
kmem_firewall_va 0 0 0 0 0
kmem_firewall 0 0 0 0 0
mod_sysfile 369 8192 8192 9 0
kmem_oversize 510494004 511623168 511623168 7112881 0
kmem_va 779976704 779976704 779976704 66404 0
kmem_default 3821363200 3835912192 3835912192 688186
0
little_endian 375744 442368 442368 1160 0
big_endian 10065032 11075584 11075584 635 0
bp_map 4718592 4718592 4718592 67 0
ksyms 1885432 1925120 1925120 297 0
ctf 251479 278528 278528 294 0
kmem_tsb 46137344 46137344 46137344 43 0
kmem_tsb_default 34267136 46137344 46137344 4693317 0
hat_memload1 13492224 13492224 13492224 1653 0
segkmem_ppa 114688 114688 114688 7 0
umem_np 3538944 3538944 3538944 241 0
heap32 9561920 134217728 0 1220 0
id32 0 0 0 0 0
module_data 1819314 5537792 5275648 406 0
promplat 0 0 0 1533 0
trapstat 0 0 0 0 0
heaptext 40296448 134217728 0 122 0
module_text 8564800 8699904 6733824 294 0
logminor_space 102 262137 0 41336 0
taskq_id_arena 82 2147483647 0 112 0
heap_lp 3678404608 1099511627776 0 4697
0
kmem_lp 3678404608 3678404608 3678404608 2192
2505
segkp 116260864 2147483648 0 3320 0
zio 80068853760 102793519104 0 6857899
0
zio_buf 80068853760 80068853760 80068853760 6857899
0
rctl_ids 34 32767 0 34 0
zoneid_space 4 9998 0 4 0
taskid_space 117 999999 0 51299 0
pool_ids 0 999998 0 0 0
contracts 144 2147483646 0 52587 0
regspec 5464064 5368709120 0 241 0
pcisch1_dvma 1605632 1040187392 0 2050864 0
pcisch0_dvma 11911168 1040187392 0 12306904 0
ip_minor_arena 2432 262140 0 39 0
dls_minor_arena 1 4294967295 0 1 0
dld_ctl 0 4294967295 0 0 0
tl_minor_space 51 262138 0 156093 0
keysock 0 4294967295 0 0 0
spdsock 64 4294967295 0 1 0
namefs_inodes 64 65536 0 1 0
pcisch3_dvma 37748736 1040187392 0 8697 0
Hex0x60007db7648_minor 0 262142 0 0 0
Hex0x60007e13548_minor 0 262142 0 0 0
ptms_minor 11 16 0 387 0
devfsadm_event_channel 1 101 0 1 0
devfsadm_event_channel 1 2 0 1 0
syseventconfd_event_channel 0 101 0 0
0
syseventconfd_event_channel 1 2 0 1
0
syseventd_channel 10 101 0 10 0
syseventd_channel 1 2 0 1 0
dtrace 55871 4294967295 0 57267 0
dtrace_minor 0 4294967293 0 11 0
lmsysid_space 0 16383 0 0 0
pcisch2_dvma 65536 1040187392 0 2 0
heaptext_holesrc_13 303104 2097152 0 16 0
heaptext_hole_13 276580 303104 303104 30 0
heaptext_holesrc_15 417792 2097152 0 27 0
heaptext_hole_15 400860 417792 417792 68 0
msqids 0 128 0 0 0
shmids 29 128 0 77554 0
semids 13 128 0 176 0
logdmux_minor 0 256 0 0 0
sppptun_minor 0 16 0 0 0
crypto 0 16 0 27438 0
heaptext_holesrc_14 352256 2097152 0 11 0
heaptext_hole_14 348196 352256 352256 28 0
module_text_holesrc 1466368 4194304 0 37 0
heaptext_hole_0 1436852 1466368 1466368 88 0
heaptext_holesrc_16 565248 2097152 0 15 0
heaptext_hole_16 542872 565248 565248 28 0
ibcm_local_sid 0 4294967295 0 0 0
------------------------- --------- ---------- --------- --------- -----
And ::kmem_cache
> ::kmem_cache
ADDR NAME FLAG CFLAG BUFSIZE BUFTOTL
0000030000042008 kmem_magazine_1 0000 080000 16 377444
0000030000042808 kmem_magazine_3 0000 080000 32 25654
0000030000043008 kmem_magazine_7 0000 080000 64 9652
0000030000043808 kmem_magazine_15 0000 080000 128 32445
0000030000044008 kmem_magazine_31 0000 080000 256 16740
0000030000044808 kmem_magazine_47 0000 080000 384 8925
0000030000045008 kmem_magazine_63 0000 080000 512 6180
0000030000045808 kmem_magazine_95 0000 080000 768 7210
0000030000046008 kmem_magazine_143 0000 080000 1152 13825
0000030000046808 kmem_slab_cache 0000 080000 56 827225
0000030000047008 kmem_bufctl_cache 0000 080000 24 1111581
0000030000047808 kmem_bufctl_audit_cache 0000 080000 128 0
0000030000048008 kmem_va_8192 0200 110000 8192 43968
0000030000048808 kmem_va_16384 0200 110000 16384 12032
0000030000049008 kmem_va_24576 0200 110000 24576 610
0000030000049808 kmem_va_32768 0200 110000 32768 712
000003000004c008 kmem_va_40960 0200 110000 40960 468
000003000004c808 kmem_va_49152 0200 110000 49152 305
000003000004d008 kmem_va_57344 0200 110000 57344 1088
000003000004d808 kmem_va_65536 0200 110000 65536 448
000003000004e008 kmem_alloc_8 0000 200000 8 784107
000003000004e808 kmem_alloc_16 0000 200000 16 50800
000003000004f008 kmem_alloc_24 0000 200000 24 91869
000003000004f808 kmem_alloc_32 0000 200000 32 94996
0000030000050008 kmem_alloc_40 0000 200000 40 415744
0000030000050808 kmem_alloc_48 0000 200000 48 141960
0000030000051008 kmem_alloc_56 0000 200000 56 212135
0000030000051808 kmem_alloc_64 0000 200000 64 128143
0000030000052008 kmem_alloc_80 0000 200000 80 324210
0000030000052808 kmem_alloc_96 0000 200000 96 487872
0000030000053008 kmem_alloc_112 0000 200000 112 744408
0000030000053808 kmem_alloc_128 0000 200000 128 133056
0000030000054008 kmem_alloc_160 0000 200000 160 37350
0000030000054808 kmem_alloc_192 0000 200000 192 7056
0000030000055008 kmem_alloc_224 0000 200000 224 60264
0000030000055808 kmem_alloc_256 0000 200000 256 27931
0000030000056008 kmem_alloc_320 0000 200000 320 1725
0000030000056808 kmem_alloc_384 0000 200000 384 1050
0000030000057008 kmem_alloc_448 0000 200000 448 14832
0000030000057808 kmem_alloc_512 0000 200000 512 12015
0000030000058008 kmem_alloc_640 0000 200000 640 10356
0000030000058808 kmem_alloc_768 0000 200000 768 490
0000030000059008 kmem_alloc_896 0000 200000 896 477
0000030000059808 kmem_alloc_1152 0200 200000 1152 3738
000003000005a008 kmem_alloc_1344 0200 200000 1344 270
000003000005a808 kmem_alloc_1600 0200 200000 1600 185
000003000005b008 kmem_alloc_2048 0200 200000 2048 2268
000003000005b808 kmem_alloc_2688 0200 200000 2688 456
000003000005c008 kmem_alloc_4096 0200 200000 4096 372
000003000005c808 kmem_alloc_8192 0200 200000 8192 19608
000003000005d008 kmem_alloc_12288 0200 200000 12288 258
000003000005d808 kmem_alloc_16384 0200 200000 16384 336
0000030000060008 kmem_alloc_24576 0200 200000 24576 311
0000030000060808 kmem_alloc_32768 0200 200000 32768 996
0000030000061008 streams_mblk 0000 000000 64 18034
0000030000061808 streams_dblk_16 0000 000000 128 1827
0000030000062008 streams_dblk_80 0000 000000 192 3402
0000030000062808 streams_dblk_144 0000 000000 256 930
0000030000063008 streams_dblk_208 0000 000000 320 800
0000030000063808 streams_dblk_272 0000 000000 384 966
0000030000064008 streams_dblk_336 0000 000000 448 360
0000030000064808 streams_dblk_528 0000 000000 640 240
0000030000065008 streams_dblk_1040 0200 000000 1152 182
0000030000065808 streams_dblk_1488 0200 000000 1600 130
0000030000066008 streams_dblk_1936 0200 000000 2048 504
0000030000066808 streams_dblk_2576 0200 000000 2688 96
0000030000067008 streams_dblk_3920 0200 000000 4032 44
0000030000067808 streams_dblk_8192 0000 000000 112 1134
0000030000068008 streams_dblk_12112 0200 000000 12224 44
0000030000068808 streams_dblk_16384 0000 000000 112 252
0000030000069008 streams_dblk_20304 0200 000000 20416 44
0000030000069808 streams_dblk_24576 0000 000000 112 315
000003000006a008 streams_dblk_28496 0200 000000 28608 44
000003000006a808 streams_dblk_32768 0000 000000 112 630
000003000006b008 streams_dblk_36688 0200 000000 36800 30
000003000006b808 streams_dblk_40960 0000 000000 112 63
000003000006c008 streams_dblk_44880 0200 000000 44992 14
000003000006c808 streams_dblk_49152 0000 000000 112 126
000003000006d008 streams_dblk_53072 0200 000000 53184 36
000003000006d808 streams_dblk_57344 0000 000000 112 63
000003000006e008 streams_dblk_61264 0200 000000 61376 0
000003000006e808 streams_dblk_65536 0000 000000 112 252
000003000006f008 streams_dblk_69456 0200 000000 69568 14
000003000006f808 streams_dblk_73728 0000 000000 112 0
0000030000070008 streams_dblk_esb 0000 000000 112 6111
0000030000070808 streams_fthdr 0000 000000 264 0
0000030000071008 streams_ftblk 0000 000000 232 0
0000030000071808 multidata 0000 000000 248 0
0000030000076008 multidata_pdslab 0200 000000 7112 0
0000030000076808 multidata_pattbl 0000 000000 32 0
0000030000077008 log_cons_cache 0000 000000 48 169
0000030000077808 taskq_ent_cache 0000 000000 56 9135
000003000007a008 taskq_cache 0000 000000 216 148
000003000007a808 id32_cache 0000 000000 32 0
000003000007b008 bp_map_16384 0200 110000 16384 64
000003000007b808 bp_map_32768 0200 110000 32768 16
000003000007c008 bp_map_49152 0200 110000 49152 10
000003000007c808 bp_map_65536 0200 110000 65536 8
000003000007d008 bp_map_81920 0200 110000 81920 6
000003000007d808 bp_map_98304 0200 110000 98304 5
000003000007e008 bp_map_114688 0200 110000 114688 4
000003000007e808 bp_map_131072 0200 110000 131072 4
000003000007f008 memseg_cache 0000 080000 112 0
000003000007f808 mod_hash_entries 0000 000000 24 9492
000003000028c008 ipp_mod 0000 000000 304 0
000003000028c808 ipp_action 0000 000000 368 0
000003000028d008 ipp_packet 0000 000000 64 0
000003000028d808 mmuctxdom_cache 0000 000000 256 31
000003000028e008 sfmmuid_cache 0000 000000 424 684
000003000028e808 sfmmu_tsbinfo_cache 0000 000000 64 1143
000003000028f008 sfmmu_tsb8k_cache 0220 040000 8192 0
000003000028f808 sfmmu_tsb_cache 0200 000000 8192 399
0000030000290008 sfmmu8_cache 0000 080000 312 1442428
0000030000290808 sfmmu1_cache 0000 080000 88 151524
0000030000291008 pa_hment_cache 0000 080000 64 1397
0000030000291808 ism_blk_cache 0000 080000 272 325
0000030000292008 ism_ment_cache 0000 000000 32 1524
0000030000292808 seg_cache 0000 000000 72 61133
0000030000293008 dev_info_node_cache 0000 000000 480 368
0000030000293808 segkmem_ppa_4096 0200 110000 4096 28
0000030000294008 segkp_8192 0200 110000 8192 528
0000030000294808 segkp_16384 0200 110000 16384 0
0000030000295008 segkp_24576 0200 110000 24576 0
0000030000295808 segkp_32768 0200 110000 32768 3416
0000030000296008 segkp_40960 0200 110000 40960 0
0000030000296808 umem_np_8192 0200 110000 8192 64
0000030000297008 umem_np_16384 0200 110000 16384 32
0000030000297808 umem_np_24576 0200 110000 24576 20
000003000029a008 umem_np_32768 0200 110000 32768 24
000003000029a808 umem_np_40960 0200 110000 40960 0
000003000029b008 umem_np_49152 0200 110000 49152 0
000003000029b808 umem_np_57344 0200 110000 57344 0
000003000029c008 umem_np_65536 0200 110000 65536 16
000003000029c808 thread_cache 0000 000000 800 2610
000003000029d008 wbuf32_cache 0000 080000 512 990
000003000029d808 wbuf64_cache 0000 080000 1024 1792
000003000029e008 lwp_cache 0000 000000 912 2608
000003000029e808 turnstile_cache 0000 000000 64 3556
000003000029f008 tslabel_cache 0000 000000 48 169
000003000029f808 cred_cache 0000 000000 172 920
00000300002a0008 rctl_cache 0000 000000 40 7917
00000300002a0808 rctl_val_cache 0000 000000 64 15875
00000300002a1008 task_cache 0000 000000 104 312
00000300002a1808 cyclic_id_cache 0000 000000 64 127
00000300002a2008 dnlc_space_cache 0000 000000 24 1695
00000300002a2808 vn_cache 0000 000000 240 803334
00000300002a3008 vsk_anchor_cache 0000 000000 40 203
00000300002a3808 file_cache 0000 000000 56 7250
00000300002a4008 stream_head_cache 0000 000000 400 3140
00000300002a4808 queue_cache 0000 000000 656 5412
00000300002a5008 syncq_cache 0000 000000 160 50
00000300002a5808 qband_cache 0000 000000 64 0
00000300002a6008 linkinfo_cache 0000 000000 48 169
00000300002a6808 ciputctrl_cache 0200 000000 1024 0
00000300002a7008 serializer_cache 0000 000000 64 508
00000300002a7808 as_cache 0000 000000 224 756
00000300002a8008 marker_cache 0000 000000 128 252
00000300002a8808 anon_cache 0000 000000 48 724672
00000300002a9008 anonmap_cache 0000 000000 64 43688
00000300002a9808 segvn_cache 0000 000000 104 59904
00000300002aa008 flk_edges 0000 000000 48 0
00000300002aa808 fdb_cache 0000 000000 104 0
00000300002ab008 timer_cache 0000 000000 136 59
00000300002ab808 vmu_bound_cache 0000 000000 32 12446
00000300002ac008 vmu_object_cache 0000 000000 32 6858
00000300002ac808 physio_buf_cache 0000 000000 248 224
00000300002ad008 snode_cache 0000 000000 152 689
00000300002ad808 ufs_inode_cache 0000 000000 368 171710
00000300002ae008 directio_buf_cache 0000 000000 272 0
00000300002ae808 lufs_save 0000 000000 24 339
00000300002af008 lufs_bufs 0000 000000 256 124
00000300002af808 lufs_mapentry_cache 0000 000000 112 19944
00000300002b0008 pcisch1_dvma_8192 0200 110000 8192 196
00000300002b0808 glm0_cache 0000 000000 416 380
00000300002b1008 dv_node_cache 0000 000000 120 938
00000300002b1808 clnt_clts_endpnt_cache 0000 000000 88 0
00000300002b6008 md_stripe_parent 0000 000000 96 420
00000300002b6808 md_stripe_child 0000 000000 312 208
00000300002b7008 md_mirror_parent 0000 000000 160 250
00000300002b7808 md_mirror_child 0000 000000 304 338
00000300002b8008 md_mirror_wow 0200 000000 16440 8
00000300002b8808 pcisch0_dvma_8192 0200 110000 8192 356
00000300002b9008 kcf_sreq_cache 0000 000000 48 0
00000300002b9808 kcf_areq_cache 0000 000000 272 0
00000300002ba008 kcf_context_cache 0000 000000 88 0
00000300002ba808 ip_minor_arena_1 0200 510000 1 2432
00000300002bb008 ipcl_conn_cache 0000 000000 496 240
00000300002bb808 ipcl_tcpconn_cache 0200 000000 1704 1980
00000300002bc008 ire_cache 0000 000000 368 308
00000300002bc808 rt_entry 0000 000000 168 48
00000300002bd008 radix_mask 0000 000000 32 254
00000300002bd808 radix_node 0000 000000 112 72
00000300002be008 ipsec_actions 0000 000000 72 113
00000300002be808 ipsec_selectors 0000 000000 80 0
00000300002bf008 ipsec_policy 0000 000000 72 0
00000300002bf808 ipsec_info 0000 000000 352 69
00000300002c0008 tcp_timercache 0000 000000 88 4784
00000300002c0808 tcp_sack_info_cache 0000 000000 80 1717
00000300002c1008 tcp_iphc_cache 0000 000000 120 2211
00000300002c1808 squeue_cache 0000 000000 136 42
00000300002c2008 sctp_conn_cache 0200 000000 2264 7
00000300002c2808 sctp_faddr_cache 0000 000000 168 0
00000300002c3008 sctp_set_cache 0000 000000 24 0
00000300002c3808 sctp_ftsn_set_cache 0000 000000 16 0
00000300002c4008 ire_gw_secattr_cache 0000 000000 32 0
00000300002c4808 sctpsock 0000 000000 616 0
00000300002c5008 sctp_assoc 0000 000000 64 0
00000300002c5808 socktpi_cache 0000 000000 456 2091
000003000077e008 socktpi_unix_cache 0000 000000 456 153
000003000077e808 mac_impl_cache 0000 000000 360 0
000003000077f008 dls_cache 0000 000000 160 0
000003000077f808 soft_ring_cache 0000 000000 176 0
0000030000780008 dls_vlan_cache 0000 000000 72 0
0000030000780808 dls_link_cache 0000 000000 368 0
0000030000781008 dld_ctl_1 0200 510000 1 0
0000030000781808 dld_str_cache 0000 000000 272 29
0000030000784008 udp_cache 0000 000000 440 216
0000030000784808 process_cache 0200 000000 3096 650
0000030000785008 exacct_object_cache 0000 000000 40 0
0000030000785808 ch_private_cache 0200 000000 8208 24
000003000078e008 kssl_cache 0200 000000 1560 0
000003000078e808 fctl_cache 0000 000000 112 72
000003000078f008 tl_cache 0000 000000 432 180
000003000078f808 keysock_1 0200 510000 1 0
0000030000796008 spdsock_1 0200 510000 1 64
0000030000796808 rds_alloc_cache 0000 000000 88 0
0000030000797008 fnode_cache 0000 000000 176 84
0000030000797808 pipe_cache 0000 000000 320 575
000003000079a008 namefs_inodes_1 0200 110000 1 64
000003000079a808 port_cache 0000 000000 80 101
00000300007ac008 pcisch3_dvma_8192 0200 110000 8192 4
00000300007ac808 Hex0x60007db7648_minor_1 0200 510000 1 0
00000300007ad008 Hex0x60007e13548_minor_1 0200 510000 1 0
00000300007ad808 fp2_cache 0000 000000 728 33
0000030002a20008 fp0_cache 0000 000000 728 33
0000030002a20808 fcp0_cache 0200 000000 1168 399
0000030002a21008 fcp2_cache 0200 000000 1168 406
0000030002a21808 lnode_cache 0000 000000 32 762
0000030002a3e008 zio_buf_512 0000 020000 512 705105
0000030002a3e808 zio_data_buf_512 0000 020000 512 50685
0000030002a3f008 zio_buf_1024 0200 020000 1024 5400
0000030002a3f808 zio_data_buf_1024 0200 020000 1024 38080
0000030002a40008 zio_buf_1536 0200 020000 1536 1835
0000030002a40808 zio_data_buf_1536 0200 020000 1536 23180
0000030002a41008 zio_buf_2048 0200 020000 2048 908
0000030002a41808 zio_data_buf_2048 0200 020000 2048 14028
0000030002a42008 zio_buf_2560 0200 020000 2560 726
0000030002a42808 zio_data_buf_2560 0200 020000 2560 9201
0000030002a43008 zio_buf_3072 0200 020000 3072 504
0000030002a43808 zio_data_buf_3072 0200 020000 3072 9712
0000030002a44008 zio_buf_3584 0200 020000 3584 576
0000030002a44808 zio_data_buf_3584 0200 020000 3584 6759
0000030002a45008 zio_buf_4096 0200 020000 4096 1868
0000030002a45808 zio_data_buf_4096 0200 020000 4096 4632
0000030002a46008 zio_buf_5120 0200 020000 5120 456
0000030002a46808 zio_data_buf_5120 0200 020000 5120 12304
0000030002a47008 zio_buf_6144 0200 020000 6144 244
0000030002a47808 zio_data_buf_6144 0200 020000 6144 8024
0000030002a4a008 zio_buf_7168 0200 020000 7168 248
0000030002a4a808 zio_data_buf_7168 0200 020000 7168 6816
0000030002a4b008 zio_buf_8192 0200 020000 8192 210
0000030002a4b808 zio_data_buf_8192 0200 020000 8192 4132
0000030002a4c008 zio_buf_10240 0200 020000 10240 220
0000030002a4c808 zio_data_buf_10240 0200 020000 10240 7620
0000030002a4d008 zio_buf_12288 0200 020000 12288 100
0000030002a4d808 zio_data_buf_12288 0200 020000 12288 5690
0000030002a4e008 zio_buf_14336 0200 020000 14336 1584
0000030002a4e808 zio_data_buf_14336 0200 020000 14336 4732
0000030002a4f008 zio_buf_16384 0200 020000 16384 68840
0000030002a4f808 zio_data_buf_16384 0200 020000 16384 3427
0000030002a50008 zio_buf_20480 0200 020000 20480 94
0000030002a50808 zio_data_buf_20480 0200 020000 20480 5230
0000030002a51008 zio_buf_24576 0200 020000 24576 252
0000030002a51808 zio_data_buf_24576 0200 020000 24576 3949
0000030002a54008 zio_buf_28672 0200 020000 28672 212
0000030002a54808 zio_data_buf_28672 0200 020000 28672 4042
0000030002a55008 zio_buf_32768 0200 020000 32768 102
0000030002a55808 zio_data_buf_32768 0200 020000 32768 2807
0000030002a56008 zio_buf_40960 0200 020000 40960 94
0000030002a56808 zio_data_buf_40960 0200 020000 40960 3766
0000030002a57008 zio_buf_49152 0200 020000 49152 95
0000030002a57808 zio_data_buf_49152 0200 020000 49152 6138
0000030002b78008 zio_buf_57344 0200 020000 57344 123
0000030002b78808 zio_data_buf_57344 0200 020000 57344 19647
0000030002b79008 zio_buf_65536 0200 020000 65536 1329
0000030002b79808 zio_data_buf_65536 0200 020000 65536 10514
0000030002b7a008 zio_buf_73728 0200 020000 73728 36
0000030002b7a808 zio_data_buf_73728 0200 020000 73728 2246
0000030002b7b008 zio_buf_81920 0200 020000 81920 38
0000030002b7b808 zio_data_buf_81920 0200 020000 81920 1235
0000030002b7e008 zio_buf_90112 0200 020000 90112 33
0000030002b7e808 zio_data_buf_90112 0200 020000 90112 987
0000030002b7f008 zio_buf_98304 0200 020000 98304 28
0000030002b7f808 zio_data_buf_98304 0200 020000 98304 852
0000030002b80008 zio_buf_106496 0200 020000 106496 32
0000030002b80808 zio_data_buf_106496 0200 020000 106496 714
0000030002b81008 zio_buf_114688 0200 020000 114688 105
0000030002b81808 zio_data_buf_114688 0200 020000 114688 628
0000030002b82008 zio_buf_122880 0200 020000 122880 31
0000030002b82808 zio_data_buf_122880 0200 020000 122880 745
0000030002b83008 zio_buf_131072 0200 020000 131072 88
0000030002b83808 zio_data_buf_131072 0200 020000 131072 579890
0000030002b84008 dmu_buf_impl_t 0000 000000 192 1779078
0000030002b84808 dnode_t 0000 000000 648 655332
0000030002b85008 arc_buf_hdr_t 0000 000000 144 1789480
0000030002b85808 arc_buf_t 0000 000000 40 1176791
0000030002b86008 zil_lwb_cache 0000 000000 200 1080
0000030002b86808 zfs_znode_cache 0000 000000 184 625724
0000030002b87008 pty_map 0000 000000 56 290
0000030002b87808 md_raid_parent 0000 000000 120 0
0000030002c28008 md_raid_child 0200 000000 1040 0
0000030002c28808 md_raid_cbufs 0000 000000 376 0
0000030002c29008 md_trans_parent 0000 000000 80 0
0000030002c29808 md_trans_child 0000 000000 248 0
0000030002c2c008 dtrace_state_cache 0200 000000 35712 8
0000030002c2c808 authkern_cache 0000 000000 72 0
0000030002c2d008 authloopback_cache 0000 000000 72 0
0000030002c2d808 authdes_cache_handle 0000 000000 80 0
0000030002c2e008 rnode_cache 0000 000000 648 0
0000030002c2e808 nfs_access_cache 0000 000000 56 0
0000030002c2f008 client_handle_cache 0000 000000 32 0
0000030002c2f808 rnode4_cache 0000 000000 960 0
0000030002e6e008 svnode_cache 0000 000000 40 0
0000030002e6e808 nfs4_access_cache 0000 000000 56 0
0000030002e6f008 client_handle4_cache 0000 000000 32 0
0000030002e6f808 nfs4_ace4vals_cache 0000 000000 48 0
0000030002e70008 nfs4_ace4_list_cache 0000 000000 264 0
0000030002e70808 NFS_idmap_cache 0000 000000 48 0
0000030002e71008 lm_vnode 0000 000000 184 0
0000030002e71808 lm_xprt 0000 000000 32 0
0000030002e72008 lm_sysid 0000 000000 160 0
0000030002e72808 lm_client 0000 000000 128 0
0000030002e73008 lm_async 0000 000000 32 0
0000030002e73808 lm_sleep 0000 000000 96 0
0000030002e74008 lm_config 0000 000000 80 101
0000030002e75008 md_softpart_parent 0000 000000 88 0
0000030002e75808 md_softpart_child 0000 000000 304 0
000003000314f808 pcisch2_dvma_8192 0200 110000 8192 8
0000030003154008 glm1_cache 0000 000000 416 19
0000030002e74808 sppptun_map 0000 000000 432 0
0000030003154808 crypto_session_cache 0000 000000 96 0
0000030003155008 aggr_port_cache 0200 000000 1056 0
0000030003155808 aggr_grp_cache 0000 000000 680 0
000003000314e008 fcsm_job_cache 0000 000000 104 0
000003000314e808 fcip0_cache 0000 000000 728 0
000003000314f008 fcip0_sendup_cache 0000 000000 24 0
000003000079b008 fcip2_cache 0000 000000 728 0
000003000079b808 fcip2_sendup_cache 0000 000000 24 0
0000030003dcc008 fcsm0_cmd_cache 0000 000000 712 0
0000030003dcc808 fcsm2_cmd_cache 0000 000000 712 0
Any help assisting where our kernel size is growing so large would be
appreciated.
Thanks!
Mike
This message posted from opensolaris.org