diff --git a/init/property_service.c b/init/property_service.c
index e9cf1bb4e6d07a4a23f6f081f86f90b9fb73bb2b..64f6b4037cc436a9ce4c87460f570fbf091d95fb 100755
--- a/init/property_service.c
+++ b/init/property_service.c
@@ -151,12 +151,12 @@ out:
     return -1;
 }
 
-/* (8 header words + 247 toc words) = 1020 bytes */
-/* 1024 bytes header and toc + 247 prop_infos @ 128 bytes = 32640 bytes */
+/* (8 header words + 372 toc words) = 1520 bytes */
+/* 1536 bytes header and toc + 372 prop_infos @ 128 bytes = 49152 bytes */
 
-#define PA_COUNT_MAX  247
-#define PA_INFO_START 1024
-#define PA_SIZE       32768
+#define PA_COUNT_MAX  372
+#define PA_INFO_START 1536
+#define PA_SIZE       49152
 
 static workspace pa_workspace;
 static prop_info *pa_info_array;