I got a Linux machine of 1TB. The storage structure is like this:
/dev/xvda1 9.8G 1.9G 7.8G 20% /.
tmpfs 30G 0 30G 0% /dev/shm.
/dev/nvme0n1 1.8T 20G 1.6T 2% /local.
Now I have my processes run on /tmp
folder and my application is failing because there is not enough memory present on device.
How do I get the storage in /local
directory to /
directory.
is getting used when i try to use the /tmp directory, not allowing the application to use the total storage of the device.
– Rahul Mar 26 '20 at 21:18