diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java
index 2bd6937897f2814ff99c504c428d7da785575fe8..11ebd2b719624ba2924a882cb11c56729fca1ae5 100644
--- a/fuzzer/Fuzzer.java
+++ b/fuzzer/Fuzzer.java
@@ -52,7 +52,7 @@ public class Fuzzer {
     // Current stack of instructions
     private static ArrayList<Instruction> instructionStack = new ArrayList<Instruction>();
     // Max stack of instructions before resetting stack
-    private static final int MAX_STACK = 10;
+    private static final int MAX_STACK = 5;
 
     public static void main(String[] args) throws IOException {
         System.out.println(Instruction.getBNF());
diff --git a/runCount.txt b/runCount.txt
index 62f9457511f879886bb7728c986fe10b0ece6bcb..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/runCount.txt
+++ b/runCount.txt
@@ -1 +0,0 @@
-6
\ No newline at end of file