-
Notifications
You must be signed in to change notification settings - Fork 157
IOException: no space left on device #78
Comments
Perhaps it is a wrong error message and instead related to open file handles? Can you put a watch on |
sure, will take some time, when this was running it was 8+ hrs through I'm starting the process as follows:
my batch.properties:
|
How many nodes, rels and indexed properties do you have in your data? |
What is the commandline you call for the import? |
I just had a brainwave, I'm running this as root (too lazy to add another useraccount), root is filling up by the looks of it. |
made an edit. after some imports (total of 16.166.371):
|
then point the database to the correct absolute path, e.g. import.sh /path/to/db nodes.csv rels.csv if you import such a large set, make sure to have enough (as much as possible, e.g. 32-256G) RAM specified as HEAP in import.sh and |
Oh and perhaps it is your /tmp that is filling up? Could be for temporary caches/files ? One can specify the tempdir for the jvm with Oh and you don't seem to have an |
How do i use I'm running CentOS, but normally i'm a debian guy. if you do a minimal debian install on full disks, it doesnt bother about partitions (which is great for testing), but this seems to be diferent on CentOS, one of these learn-by-shame things... |
Edit the file, add it in there. |
I've been trying to import nodes on CentOS 6.5/64bit (in vmware), but I'm getting an IOexception. At first I figured that this could be an issue with vmware not able to expand the disk fast enough, or that i really ran out of space.
This doesn;'t seem to be the case, i made a 500GB pre-allocated disk, and my dataset (nodes.csv+rels.csv) are combined 14.5Gb.
Unfortunately, in a seperate incident my mouse died, so I had to type over whatever I could see, but I couldnt scroll my window :(
These are abreviated last lines, the (##) is the linenumber in the file.
If i do
df -h
i see the following:I'm not really sure what I'm seeing, nor how I can fix it...
messages.log seems empty :( but maybe it's been overwritten...
The text was updated successfully, but these errors were encountered: