T.R | Title | User | Personal Name | Date | Lines |
---|
3393.1 | Are you using the new kernel? | TOOK::MINTZ | Erik Mintz, dtn 226-5033 | Tue Jul 21 1992 08:32 | 9 |
| Depending on your use, those values may still be too small.
I believe there is a formula in the Historian Use book (I don't
have one in front of me at the moment).
In any case, after you change the semaphore values, you must:
1) rebuild the kernel
2) Copy the new kernel to /vmunix
3) reboot
|
3393.2 | | TOOK::SHMUYLOVICH | | Tue Jul 21 1992 09:51 | 3 |
|
You can find a formula to calculate the number of semaphores in the
release notes for Historian and Exporter.
|
3393.3 | any actual values? | GIDDAY::DRANSFIELD | Mike Dransfield, Sydney RSSG | Wed Jul 22 1992 02:07 | 16 |
| re: .1,.2
Thanks for the replies.
I had read the bit about increasing the semaphore values, it just
didn't translate too easily for me into values which worked!
I have a single user of mcc and no other process, except for the
two background processes (exporter and historian) and one copy of
the iconic map. I used the values in .0 and expected them to work
but they didn't.
and yes I did use the new kernel...
I have increased them again and will try tomorrow, but if anyone has
used this, I would be interested to see the values in their sem.h
file...
thanks,
Mike
|
3393.4 | values that work for me | GIDDAY::DRANSFIELD | Mike Dransfield, Sydney RSSG | Thu Jul 23 1992 01:49 | 19 |
| To answer my own question, here is my sem.h values, which now work
having increased them some more from .0.
/*
* Sizing constants
*/
#define SEMMAP 10
#define SEMMNI 20 /* increased from 10 to 20 from mcc */
#define SEMMNS 240 /* increased from 60 to 240 for mcc */
#define SEMMNU 120 /* increased from 30 to 120 for mcc */
#define SEMMSL 25
#define SEMOPM 10
#define SEMUME 60 /* increased from 10 to 60 for mcc */
#define SEMVMX 32767
#define SEMAEM 16384
Mike
|