We are currently running a Ubuntu 16.04.3 Server
- CPU : Intel Xeon E3-1270v6 - 4c/8t - 3,8GHz /4,2GHz
- RAM : 64Go DDR4 ECC 2400 MHz
- HDD : 2 x 1.2To SoftRaid nvme
It's a dedicated server, and we have full access with SSH, etc..
We have some directories that contains lots of files (more than 50000). We want them to be accessible by FTP. When we try to update the LimitRecursion (default values "2000 8") to "50000 8", we have an error while browsing those directories via FTP client (Filezilla or WinSCP, same problem) :
- 421 - Out of memory
I don't understand how pure-FTPd is managing memory, and in the readme file I didn't see any option to adjust so that i can display all files.
Displaying all files of those folders is not facultative.
Any help or advises would be greatly appreciated.