Hi,
I upgraded my Neo4j from 4.0.26 to 4.2.3 and followed all the steps
I am getting error while bringing up the application
Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to create temporary file for /com/sun/jna/linux-x86-64/libjnidispatch.so library: No space left on device
Although I am enough space in /tmp folder and databases folder
I am using physical machine.
I already restored my DB in 4.2.3 and I am free space with the size of my graph.
Do you feel i need to have more free space?
It's difficult to say, generally. Disk utilization will vary with the database and usage patterns -- it could be large properties, lots of indexes, or even log files.
It's worth using a monitoring tool to watch the disk utilization.
Not really sure what's going on or what OS is this, but just as a note, the /tmp directory is in many Linux distributions a separate filesystem residing in RAM. You can check with df -h to see how much space you have available on all mounted filesystems.
OS is Unix
Are you sure it is looking for /tmp free space. If yes please let me know the calculation for free space requirement in /tmp folder?
I am able to bring 4.0. 11 with same / lesser space