Hello.

I'm trying to create a shared memory segment between two processes.
Calling QSharedMemory::create() returns false with QSharedMemory::errorString() set to "QSharedMemory::create: out of resources".
strerror(errno) returns "No space left on device" (I have 150 GB available), sometimes it returns "Too many open files".

Same code works fine on Windows system. Don't know what to do, hope for your help.