-
Notifications
You must be signed in to change notification settings - Fork 100
Too many open files #441
Comments
Unsure if its related but I’m also gettting this {error} [Sat Nov 05 2016 16:02:06 GMT-0500 (CDT)] Could not get usedSpace: IO error: lock /Volumes/MyBook/Storj/storjshare-f05727/sharddata.kfs/000.s/LOCK: already held by process |
Try increasing your system's maximum open files: http://ss64.com/bash/ulimit.html |
While I appreciate the instructions for increasing the systems maximum open files, I shouldn't have to change OS native constraints and for most end users this could be risky if they don't know what they are doing. There may be reasons for this limit in OS X and other platforms that need to be taken into consideration before removing limits just to get around an error. It could have unforeseen performance or stability issues. Is there no way for the app to negotiate this via a different method? For those interested here is a related article in case some people do want to do this: What I would like is some guidance from the dev's as to how many open files we should set this to as unlimited is no longer an option. |
Here is the latest version of the error from the logs: |
The same as this error in storjshare-cli: |
still getting this in the latest version of Storj Share Gui as of 12/11/16 |
This is still happening on my system [osx] (using storjshare-cli)
|
Same issue. |
I'm running the 4.0.10 client and am having the same problem: {error} [Sat Feb 18 2017 10:19:57 GMT-0800 (PST)] Could not get usedSpace: IO error: /home/anonymous/Documents/Storj1-10gb/storjshare-ce5fe1/sharddata.kfs/251.s: Too many open files |
Should be solved in 4.1.0. We have one last issue that we will track in storj-archived/core#666 |
Versions
Replace the values below with your own:
Expected Behavior
Program will continue to get peers, shard, and use disk space, managing open file limits for relevant OS/File system
Actual Behavior
After extended use the problem of too many files being open throws the error "contracts.db: Too many open files" in the logs (not in the UI any more).
Steps to Reproduce
Please include the steps the reproduce the issue, numbered below. Include as
much detail as possible.
contracts.db: Too many open files
Screenshots (Optional)
If the error is graphical in nature it is helpful to provide a screenshot.
The text was updated successfully, but these errors were encountered: