summaryrefslogtreecommitdiff
path: root/testscripts
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-26 17:26:11 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-26 17:26:11 +0200
commitbd41c67478a0ecb745c20510eab6228398ea59ea (patch)
treed31cbf4a4a8ca760835bb10c67b6b9a25d1f9f16 /testscripts
parent263c0316ef06a4894c1fe8982063366d32f47d8e (diff)
downloadDLT-daemon-bd41c67478a0ecb745c20510eab6228398ea59ea.tar.gz
Shared memory size parameter added to configuration.
Diffstat (limited to 'testscripts')
-rw-r--r--testscripts/dlt.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/testscripts/dlt.conf b/testscripts/dlt.conf
index cafed60..27ff01d 100644
--- a/testscripts/dlt.conf
+++ b/testscripts/dlt.conf
@@ -7,7 +7,7 @@
########################################################################
# Start daemon in dubug mode, so that all internal debug information is printed out on the console
-Verbose = 1
+# Verbose = 1
# Daemonize DLT daemon, if it is started as daemon
# Daemonize = 1
@@ -19,10 +19,13 @@ Verbose = 1
# SendContextRegistration = 1
# Set ECU ID (Default: ECU1)
-ECUId = ENAE
+ECUId = ENAT
# Size of the ringbuffer in bytes (Default: 10024)
-# RingbufferSize = 10024
+RingbufferSize = 100024
+
+# Size of shared memory (Default: 100000)
+SharedMemorySize = 4000000
# Directory where to store the persistant configuration (Default: /tmp)
PersistanceStoragePath = ~/tmp