Products | Versions |
---|---|
TIBCO Data Virtualization | All supported versions. |
"/dev/shm" is a temporary filesystem in Linux and Unix-like operating systems. It stands for "shared memory." It is a special directory that behaves like memory, but it's actually stored on disk. It's typically mounted as a RAM-based filesystem, meaning it resides in memory (RAM).
It's often used for temporary file storage by programs that require fast access to temporary files. Files created in /dev/shm are stored in memory, which can result in faster access compared to traditional disk-based storage.
The permissions required for such a directory are explained below.
waiting for server to start....2024-05-24 16:03:50.910 UTC [ 8011]FATAL: could not open shared memory segment "/PostgreSQL.1134400060": Permission denied 2024-05-24 16:03:50.918 UTC [ 8011]LOG: database system is shut downThis is because TDV, more specifically, the Postgres which acts as TDV's metadata repository, is very particular about the permission level required for individual service/component.