diff --git a/src/partition_allocator/partition_allocator.c b/src/partition_allocator/partition_allocator.c
index fb9aec703ea66fee82b1f13fa42acd127c145e5b..6e09489c0097a1b07df97219c04838752503b76c 100644
--- a/src/partition_allocator/partition_allocator.c
+++ b/src/partition_allocator/partition_allocator.c
@@ -29,7 +29,7 @@
 #include "graph_solver.h"
 #include <math.h>
 
-int DIM_SIZE[PA_SYSTEM_DIMENSIONS] = {4,4,4};
+int DIM_SIZE[PA_SYSTEM_DIMENSIONS] = {8,4,4};
 
 struct pa_node*** _pa_system_list;