Version information:
go-ipfs version: 0.4.6-
Repo version: 5
System version: amd64/linux
Golang version: go1.8
Type: bug
Priority: P1
Description:
With a script, I used ipfs add --nocopy --raw-leaves to individually add 9110 webcam video files, each about 200 MB. (I did not use recursive add.) This is a fresh installation of the latest code in master. I did not start the daemon. Now, even after restarting my computer, when I try to add --nocopy another file, I get the error:
open /home/jeff/.ipfs/datastore/206401.ldb: too many open files
The .ipfs/blocks folder has 73689 .data files, and the .ipfs/datastore folder has 4314 .ldb files.
Maybe ipfs add --nocopy is trying to open all the .ldb files at once?
Version information:
Type: bug
Priority: P1
Description:
With a script, I used
ipfs add --nocopy --raw-leavesto individually add 9110 webcam video files, each about 200 MB. (I did not use recursive add.) This is a fresh installation of the latest code in master. I did not start the daemon. Now, even after restarting my computer, when I try toadd --nocopyanother file, I get the error:The
.ipfs/blocksfolder has 73689 .data files, and the.ipfs/datastorefolder has 4314 .ldb files.Maybe
ipfs add --nocopyis trying to open all the .ldb files at once?