summaryrefslogtreecommitdiff
path: root/testscripts/dlt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testscripts/dlt.conf')
-rw-r--r--testscripts/dlt.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/testscripts/dlt.conf b/testscripts/dlt.conf
index ac4cdf8..629794d 100644
--- a/testscripts/dlt.conf
+++ b/testscripts/dlt.conf
@@ -19,29 +19,29 @@
# SendContextRegistration = 1
# Send automatic time packets every second if client is connected (Default: 0)
-SendMessageTime = 1
+# SendMessageTime = 1
# Set ECU ID (Default: ECU1)
ECUId = ENAT
# Size of shared memory (Default: 100000)
-SharedMemorySize = 4000000
+SharedMemorySize = 40000
# Directory where to store the persistant configuration (Default: /tmp)
-PersistanceStoragePath = /home/alex/tmp
+# PersistanceStoragePath = /tmp
########################################################################
# Offline Trace memory #
########################################################################
# Store DLT messages to local directory, if not set offline Trace is off (Default: off)
-OfflineTraceDirectory = /home/alex/tmp
+# OfflineTraceDirectory = /tmp
# Maximum size in bytes of one trace file (Default: 1000000)
-OfflineTraceFileSize = 1000000
+# OfflineTraceFileSize = 1000000
# Maximum size of all trace files (Default: 4000000)
-OfflineTraceMaxSize = 4000000
+# OfflineTraceMaxSize = 4000000
########################################################################
# Local console output configuration #