docker-nfs-server
docker-nfs-server copied to clipboard
Reduce RAM/Memory resources
This docker image is using 157 MB of RAM.
It's not a big deal in my server but I think it's too much compared to similar services. For example Samba in Docker only uses 5 MB of RAM. => https://hub.docker.com/r/elswork/samba
There are several process running in the container. Is /sbin/rpc.statd
required if I only want to share files in my LAN?
Setting the environment variable NFS_DISABLE_VERSION_3=true
reduces memory usage from 157MB => 53MB