Hi Patrice,Hi ,
I have no issue with "-Mn 42 -Mpb 40 -Ma 40" .
proserve dbnewdb -N TCP -S 4.... -n 1606 -Mn 42 -Mpb 40 -Ma 40 -Mi 5
OpenEdge Release 10.2B0830 as of Mon Feb 16 03:35:45 EST 2015
09:26:47 BROKER The startup of this database requires 70Mb of shared memory. Maximum segment size is 1024Mb.
09:26:47 BROKER 0: D▒but de la session Multi-Utilisateurs. (333)
09:26:47 BROKER 0: Avant l'initialisation du journal d'image dans le bloc 405 avec un d▒calage 2703. (15321)
09:26:47 BROKER 0: Connexion de l'utilisateur openbase ▒ /dev/pts/1. (452)
09:26:47 BROKER 0: D▒marrage de 49175 en utilisant TCP IPV4 address 0.0.0.0, pid 13500766. (5644)
Could you give us your command line ?
patrice
Also, what OS is this?
I don't understand why you would try settings like these. You should never have -Mpb for one broker higher than -Mn on the primary broker. -Mn determines the number of secondary brokers and remote servers you can have, for both server types, database-wide. -Mpb determines the maximum number of servers you can spawn for a particular connection broker.proserve dbpavxx -N TCP -S 13000 -n 1606 -Mn 42 -Mpb 40 -Ma 32 -Mi 5 : not working
proserve dbpavxx -N TCP -S 13000 -n 1606 -Mn 32 -Mpb 40 -Ma 32 -Mi 5 : not working
proserve dbpavxx -N TCP -S 13000 -n 1606 -Mn 31 -Mpb 40 -Ma 32 -Mi 5 : working
proserve sports -S 13000 -n 1606 -Mn 42 -Mpb 40 -Ma 32 -Mi 5
works for me in 10.2B08 on Linux.Ok,Hi
I have some issue with high -n on older release of Progress when the "-shmsegsize " was too small.
Could you try to start your db with the line below
proserve sports -S 13000 -n 1606 -Mn 42 -Mpb 40 -Ma 32 -Mi 5 -shmsegsize 2G -minport 18500 -maxport 22000