Welcome, Guest. Please login or register.

Author Topic: Calling all file system programmers! ZFS Anyone?  (Read 1584 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline mr_a500

  • Hero Member
  • *****
  • Join Date: May 2004
  • Posts: 865
    • Show all replies
Re: Calling all file system programmers! ZFS Anyone?
« on: September 08, 2006, 11:59:31 PM »
I've read somewhere that ZFS has huge memory requirements and I just read this today:
Quote
been using now zfs since 06/06 u2 release has been out.
one thing have notised.
zfs eats a lot of memory.
right after boot mem usage is about 280M
but after accessing zfs disks usage rises fast to be 900M.
and it seems to stay in level of 90% of tot mem.
also noted it frees used mem but running "heavy" apps you see performace impact while zfs frees memory to other use.


This would make it basically useless for any classic Amiga.

Offline mr_a500

  • Hero Member
  • *****
  • Join Date: May 2004
  • Posts: 865
    • Show all replies
Re: Calling all file system programmers! ZFS Anyone?
« Reply #1 on: September 09, 2006, 01:20:09 AM »
Quote
erm, most kernels of today are designed after "if you have free memory, that is bad." - thus they try to use up as much ram as possible.. with caches, buffers etc. These algorithms are smart, and takes up what they need, and then eats up everything the operating system allows them to.


Yes, that's most kernels of today, not Amiga. I'd like to see what happens if you have a filesystem that uses all available RAM on an Amiga. You think it's like a modern OS and you can constantly use all available RAM and not have problems? Amiga does not have modern memory managment and you'd probably end up with "fragmentation city" (and will a filesystem designed for modern computers run on 8Mb of RAM?). Also, to use "smart algorithms" would require lots of CPU usage which is no problem on a modern computer but will probably drastically slow down an Amiga.