microsoft / hdfs-mount

A tool to mount HDFS as a local Linux file system
Other
286 stars 64 forks source link

Increase the maximum file handler from 1K to 1M #16

Closed junjieqian closed 7 years ago

junjieqian commented 7 years ago

The default file handler limitation on Linux for each process is 1K, which could be too few. Increase this number to 1M for hdfs-mount process only. This option requires sudo privilege, or no change happens with an error msg.

mahilleb-msft commented 7 years ago

Looks good to me, thanks!