I have 8GB of RAM and 4GB is dedicated to the tmpfs on /dev/shm.
There's nothing actually in /dev/shm, so I'm wondering, is this memory still available for applications to use?
If I needed to use 7GB in an application (which I do) would the tmpfs give up part of its allocated memory for this, or would I end up using swap after 4GB?
