3 ## Path: Applications/icecream
4 ## Description: Icecream settings
5 ## ServiceRestart: icecream
8 # Nice level of running compilers
10 ICECREAM_NICE_LEVEL="5"
14 ## Path: Applications/icecream
15 ## Defaut: /var/log/iceccd
17 # icecream daemon log file
19 ICECREAM_LOG_FILE="/var/log/iceccd"
23 ## Path: Applications/icecream
24 ## Defaut: /var/log/icecc_scheduler
26 # icecream scheduler log file
28 ICECREAM_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler"
32 ## Path: Applications/icecream
35 # Identification for the network the scheduler and daemon run on.
36 # You can have several distinct icecream networks in the same LAN
37 # for whatever reason.
43 ## Path: Applications/icecream
46 # If the daemon can't find the scheduler by broadcast (e.g. because
47 # of a firewall) you can specify it.
49 ICECREAM_SCHEDULER_HOST=""
53 ## Path: Applications/icecream
56 # You can overwrite here the number of jobs to run in parallel. Per
57 # default this depends on the number of (virtual) CPUs installed.
59 # Note: a value of "0" is actually interpreted as "1", however it
60 # also sets ICECREAM_ALLOW_REMOTE="no".
66 ## Path: Applications/icecream
69 # Specifies whether jobs submitted by other nodes are allowed to run on
72 ICECREAM_ALLOW_REMOTE="yes"
76 ## Path: Applications/icecream
77 ## Default: "/var/cache/icecream"
79 # This is the directory where the icecream daemon stores the environments
80 # it compiles in. In a big network this can grow quite a bit, so use some
81 # path if your /tmp is small - but the user icecream has to write to it.
83 ICECREAM_BASEDIR="/var/cache/icecream"