Hi
Currently there seems to be no way to limit the size of filesystem and it can fill the entire memory, also, it doesn't release the used memory when a file gets deleted:
Testing using while :; do echo $RANDOM ~/* $RANDOM >> t.test; done
Before test:

After test:

After removing:

