Yes, but do let me know how large of a filesystem it allocates without a size argument.
Ah, from /usr/src/sys/fs/tmpfs/tmpfs.h Therefore, the amount of memory to be
* used is either the limit imposed by the user during mount time or the
* amount of available memory, whichever is lower. To...