Reason: None provided.
There is solution on linux if you have lot of memory:
mkdir /tmp/ramdisk
sudo mount -t tmpfs -o size=5G myramdisk /tmp/ramdisk
5G is 5 gigabytes. Not much,but may help.
3 years ago
2 score
Reason: Original
There is solution on linux if you have lot of memory:
mkdir /tmp/ramdisk sudo mount -t tmpfs -o size=5G myramdisk /tmp/ramdisk
5G is 5 gigabytes. Not much,but may help.
3 years ago
1 score