summaryrefslogtreecommitdiff
path: root/icecream.confd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-02-07 14:06:35 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-02-07 14:06:35 -0800
commit45c3c601f40ccde43c904940014c836245a04120 (patch)
treef1227dd2e823f3b94e428f182140377f4821ac4b /icecream.confd
downloadicecream-45c3c601f40ccde43c904940014c836245a04120.tar.xz
Initial commit
Diffstat (limited to 'icecream.confd')
-rw-r--r--icecream.confd32
1 files changed, 32 insertions, 0 deletions
diff --git a/icecream.confd b/icecream.confd
new file mode 100644
index 0000000..16f79d9
--- /dev/null
+++ b/icecream.confd
@@ -0,0 +1,32 @@
+# Identification for the network the scheduler and daemon run on.
+NETNAME="icecream"
+
+# icecream daemon log file
+ICECREAM_LOG_FILE="/var/log/icecream/iceccd"
+
+# Nice level of running compilers
+NICE="5"
+
+# If the daemon can't find the scheduler by broadcast (e.g. because
+# of a firewall) you can specify it.
+#SCHEDULER=""
+
+# This is the directory where the icecream daemon stores the environments
+# it compiles in. In a big network this can grow quite a bit, so use some
+# path if your /tmp is small - but the user icecream has to write to it.
+ICECREAM_BASEDIR="/var/cache/icecream"
+
+# You can overwrite here the number of jobs to run in parallel. Per
+# default this depends on the number of (virtual) CPUs installed.
+#
+# Note: a value of "0" is actually interpreted as "1", however it
+# also sets ICECREAM_ALLOW_REMOTE="no".
+#MAXJOBS=""
+
+# Specifies whether jobs submitted by other nodes are allowed to run on
+# this one.
+#NOREMOTE="--no-remote"
+
+#ICECREAM_OPTS="-u icecream -n $NETNAME -l $ICECREAM_LOG_FILE --nice $NICE -s $SCHEDULER -b ${ICECREAM_BASEDIR} ${MAXJOBS} ${NOREMOTE}"
+#ICECREAM_OPTS="-u icecream -n $NETNAME -l $ICECREAM_LOG_FILE --nice $NICE -s $SCHEDULER -b ${ICECREAM_BASEDIR}"
+ICECREAM_OPTS="-u icecream -n $NETNAME -l $ICECREAM_LOG_FILE --nice $NICE -b ${ICECREAM_BASEDIR}"