Using Sun WorkShop

dmake.conf File

To set up a machine to be used as a build server, you must create a configuration file called /etc/opt/SPROdmake/dmake.conf file on the server's file system.. Without this file, dmake refuses to distribute jobs to that machine.

In the dmake.conf file, you specify the maximum number of jobs (from all users) that can run concurrently on that build server. In addition, you may specify the "nice" priority under which all dmake jobs should run. The following is an example of a dmake.conf file:


max_jobs: 8
nice_prio: 5