diff --git a/simrunner/config_processing.py b/simrunner/config_processing.py
index 09e2ef599e7ca629571e3f09b7cc3694a7bdbee7..0f9375b80866ceb5b2d15732c2bd61fc88331a8c 100644
--- a/simrunner/config_processing.py
+++ b/simrunner/config_processing.py
@@ -4,11 +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']
+                  '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']
 
 
 # Function to parse command-line arguments