Hi Craig,
The parameters we discussed refer to a single Progress database. I think you should apply the same set of these parameters to each of your databases.
You start your databases in the following way:
proserve -pf symix1.pf
proserve -pf symix2.pf
where symix1.pf contains:
-db <pathToDB1>
...
-n 21
-Mn 15
-Ma 1
-Mi 1
The file symix2.pf has the same content except -db parameter which points on the second database (let's say <pathToDB2> for example). That's the first solution. Another possibility is to have a single symix.pf file (for both of your databases) with the following contents (without -db parameter):
...
-n 21
-Mn 15
-Ma 1
-Mi 1
and start your 2 database in a different way:
proserve -db <pathToDB1> -pf symix.pf
proserve -db <pathToDB2> -pf symix.pf
If you have any doubts, let me know (I know that my English is not excellent

.
Regards
Bogdan Brzozowski