On Mon, Jul 25, 2016 at 11:01:40AM -0700, Jaegeuk Kim wrote:
> Hi,
> 
> Yes, I've double-checked that f2fs needs about 100 MB/TB to manage some data
> structures for space management in main memory.

   OK, so with a 3G/1G user/kernel memory split, it becomes too tight. I
recompiled the kernel with a 2G/2G memory split instead, and then it works.

Not mounted:
# free
              total        used        free      shared  buff/cache   available
Mem:        3627916       21616     3551088        8576       55212     3514812
Swap:             0           0           0

Mounted:
# free
              total        used        free      shared  buff/cache   available
Mem:        3627916      829840     2465744        8576      332332     2706456
Swap:             0           0           0

# df --block-size=G /home
Filesystem     1G-blocks  Used Available Use% Mounted on
/dev/sda2          7448G  124G     7309G   2% /home

That comes out to 108.515 kiB/GiB, or 108.515 MiB/TiB, confirming your
estimate above.

-- 
Rask Ingemann Lambertsen

------------------------------------------------------------------------------
_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to