DFLT_MSGMAX - Message queues in /usr/src/linux/ipc/mqueue.c

Folks,

Does anyone know the magic to balancing out the:

DFLT_MSGMAX and the DFLT_MSGSIZEMAX values?

Is there some magical formula… We have a home grown program that
is choking we think because of these values (the 10 and the 8192 defaults)

Thanks,
thomas B.

#define DFLT_MSGMAX 10 /* max number of messages in each queue /
#define HARD_MSGMAX (131072/sizeof(void
))
#define DFLT_MSGSIZEMAX 8192 /* max message size */