diff --git a/simrunner/config_processing.py b/simrunner/config_processing.py
index adbaeb4489319e4941a609369d64e451490535ed..09e2ef599e7ca629571e3f09b7cc3694a7bdbee7 100644
--- a/simrunner/config_processing.py
+++ b/simrunner/config_processing.py
@@ -4,10 +4,11 @@ import json
 import os
 
 # List of byte sizes for the events little one for testing
+#BYTE_SIZES = ['16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192',
+                  #'16384', '32768', '65536', '131072', '262144', '524288', '1048576', '2097152',
+                  #'4194304', '8388608', '16777216', '33554432', '67108864']
 BYTE_SIZES = ['16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192',
-                  '16384', '32768', '65536', '131072', '262144', '524288', '1048576', '2097152',
-                  '4194304', '8388608', '16777216', '33554432', '67108864']
-#BYTE_SIZES = ['16', '32']
+                  '16384', '32768', '65536', '131072', '262144', '524288']
 
 
 # Function to parse command-line arguments
diff --git a/simrunner/data_config.json b/simrunner/data_config.json
index 5b90d796f52a1ed50c277c5ea69c21858aa799f4..9599ddb8ceeee868b5c97e6e213c57aa46c608f2 100644
--- a/simrunner/data_config.json
+++ b/simrunner/data_config.json
@@ -1,11 +1,11 @@
 {
   "data_config_various":{
-    "-n": "100",
+    "-n": "200",
     "-i": "0.1s",
-    "-N": "4"},
+    "-N": "8"},
   "data_config_long":{
     "-s": "32",
-    "-n": "2000",
+    "-n": "5000",
     "-i": "0.1s",
     "-N": "4"},
   "data_config_help":{