Oracle® Solaris Studio 12.4: Distributed Make (dmake)

Exit Print View

Updated: October 2014
 
 

The Build Server

The /etc/opt/SPROdmake/dmake.conf file is located in the file system of build servers.

Use this file to specify the following:

  • Required: The maximum total number of dmake jobs (from all users) that can run concurrently on that build server.

  • Optional: The priority under which all dmake jobs are to be run.

The following is a sample of a dmake.conf file:

max_jobs: 8
nice_prio: 5

This file sets the maximum number of dmake jobs permitted to run on that build server (from all dmake users) to be eight. You can change the priority of the jobs to be run by using the nice_prio command. See nice(1).


Note - If the /etc/opt/SPROdmake/dmake.conf file does not exist on a build server, no dmake jobs will be allowed to run on that server.