miércoles, 3 de abril de 2013

Memoria utilizada por zfs ark Solaris

Para consultar la memoria utilizada por zfs ARC en un servidor:


root@host # kstat -m zfs|grep size
data_size                       76024630272
hdr_size                        2266274752
l2_hdr_size                     0
l2_size                         0
other_size                      728075872
size                            79018980896
root@host #


 para limitar el consumo de ZFS ARC, edit /etc/system y agregamos la linea:

set zfs:zfs_arc_max=2147483648

en este caso se restringe a 2GB

DS

No hay comentarios:

Publicar un comentario