diff options
Diffstat (limited to 'testscripts/dlt.conf')
-rw-r--r-- | testscripts/dlt.conf | 9 |
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 |