I'm trying to run creatdb within a docker container and I'm getting the following error:
At the time of the command, I have about 1000 db's created. Is it reaching a limit when trying to create a new one?
Code: Select all
[txusr@bclr-deployment-5d8c8fd9db-rbnv5 qsend]$ creatdb tmp1
100 Open shared mem failed: No space left on device; trying again in the function TXgetLockObject
100 Open shared mem failed: No space left on device; trying again in the function TXgetLockObject
100 Open shared mem failed: No space left on device; trying again in the function TXgetLockObject
000 Open shared mem failed: No space left on device in the function TXgetLockObject
002 Cannot open shared mem /mnt/data/ftp/qsend/tmp1: No space left on device in the function TXgetLockObject
006 Timeout sending data to 127.0.0.1:10005 in the function htbuf_flushnblk
000 Could not create locks for database /mnt/data/ftp/qsend/tmp1 via monitor: Connection timeout in the function TXcreateLocksViaMonitor
000 Could not open locking mechanism for database /mnt/data/ftp/qsend/tmp1 in the function TXdblockOpenViaMethods