|
|
Re: RE: Overall Limit of mq sizes
|
|
04/28/2010 4:26 AM
post52968
|
Re: RE: Overall Limit of mq sizes
We did read this before. As far as we understand it, these numbers are just the defaults for an individual message queue
that are used if I do not pass an mq_attr struct when creating the queue. I can override these values in software by
setting appropriate values in struct mq_attr.
My question was if there is a limit on the sum of all message queues created, e.g.:
Queue 1: 1024 entries @ 8KB
Queue 2: 2000 entries @ 2KB
Queue 3: 1000 entries @ 4KB
That gives a total usage of 1024*8+2000*2+1000*4=16192KB + any associated overhead.
-Albrecht
|
|
|
|
|