我有一臺SLES-11計算機,在這臺計算機上,我不是構建廣泛使用消息隊列的軟件代碼的根。由於一些錯誤,現在有一個錯誤: mq_open: Too many open files 我使用的命令ipcs -a,但我看不到我的消息隊列。所以我不能使用ipcrm命令。 所以,現在我根本無法使用機器。有沒有辦法在系統中查找消息隊列(由我打開)並關閉它們? 信息: 我的系統中沒有/dev/mqueue。我也不
我正在使用一個python模塊來包裝posix實時擴展以獲取MessageQueues。 這是報告OSError: This process already has the maximum number of files open 我看着MQ限制和RLIMIT並檢查它們都設定非常高的前Python代碼 #!/usr/bin env python
import uuid
import posix