Linked by Thom Holwerda on Thu 15th May 2008 16:28 UTC
Thread beginning with comment 314314
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: ZFS seems to be the biggest memory hog ever created ..
by sbergman27 on Thu 15th May 2008 18:10
in reply to "RE: ZFS seems to be the biggest memory hog ever created .."
If your memory isn't used by applications, ZFS uses it for caching.
Linux has that philosophy, and I think it is a good one. But what I keep hearing about ZFS is: "Don't use ZFS with less than 2GB of memory, or on 32 bit hardware. And if you do try it don't complain".
I find that shocking. I have used OpenSolaris 2008.05 and it performed just fine. But I have 2GB of RAM and 64 bit hardware. I would never have expected to have to worry about filesystem memory requirements, for the gods' sake!
Edited 2008-05-15 18:13 UTC
RE[3]: ZFS seems to be the biggest memory hog ever crea
by Thom_Holwerda on Thu 15th May 2008 18:16
in reply to "RE[2]: ZFS seems to be the biggest memory hog ever created .."
I find that shocking. I have used OpenSolaris 2008.05 and it performed just fine. But I have 2GB of RAM and 64 bit hardware. I would never have expected to have to worry about filesystem memory requirements, for the gods' sake!
That's unreasonable, Steve. You're making it seem as if ZFS is some sort of another FAT32 - but that's ridiculous. It offers A LOT of advanced features, and those features come at a price. You are always free to choose another less advanced filesystem.
RE[3]: ZFS seems to be the biggest memory hog ever crea
by kaiwai on Thu 15th May 2008 18:16
in reply to "RE[2]: ZFS seems to be the biggest memory hog ever created .."
"If your memory isn't used by applications, ZFS uses it for caching.
Linux has that philosophy, and I think it is a good one. But what I keep hearing about ZFS is: "Don't use ZFS with less than 2GB of memory, or on 32 bit hardware. And if you do try it don't complain".
I find that shocking. I have used OpenSolaris 2008.05 and it performed just fine. But I have 2GB of RAM and 64 bit hardware. I would never have expected to have to worry about filesystem memory requirements, for the gods' sake! "
I don't know who said the 32bit thing, because I've got it running on a Dimension 8400 w/ 2.5GB ram very nicely.
RE[3]: ZFS seems to be the biggest memory hog ever created ..
by Weeman on Thu 15th May 2008 18:22
in reply to "RE[2]: ZFS seems to be the biggest memory hog ever created .."
Linux has that philosophy, and I think it is a good one. But what I keep hearing about ZFS is: "Don't use ZFS with less than 2GB of memory, or on 32 bit hardware. And if you do try it don't complain".
When someone says that, it's referring to the recommendations for running traditional Solaris with ZFS, both in their intended scenarios, the enterprise. Since those were the only real available "metrics", they've been parrotted all across the web.
As far as 64bit goes, ZFS is faster in 64bit mode because the various checksum and parity algorithms work faster in that mode. Remember that everything's checksummed left and right.
RE[3]: ZFS seems to be the biggest memory hog ever crea
by Robert Escue on Thu 15th May 2008 19:11
in reply to "RE[2]: ZFS seems to be the biggest memory hog ever created .."
RE[2]: ZFS seems to be the biggest memory hog ever crea
by kragil on Thu 15th May 2008 19:02
in reply to "RE: ZFS seems to be the biggest memory hog ever created .."







Member since:
2006-03-20
The ZFS ARC is the new Superfetch.
Try to understand this:
If your memory isn't used by applications, ZFS uses it for caching.