From bd41c67478a0ecb745c20510eab6228398ea59ea Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Mon, 26 Sep 2011 17:26:11 +0200 Subject: Shared memory size parameter added to configuration. --- testscripts/dlt.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'testscripts') 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 -- cgit v1.2.1