Is it possible to mmap large amount of address space to /dev/null so all data written to it simply would be discarded?
I need to perform disk/network reads but I don't need readed data (I know, it sounds a little weird) and there is a lot of simultaneous read requests, so I don't want to waste "real" memory for this.