memory: tigerlake: enlarge runtime_shared zone to fix OOM issue

There is OOM (Out Of Memory) issue reported on tigerlake-h platforms,
enlarge the runtime_shared zone to fix it.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
diff --git a/src/platform/tigerlake/include/platform/lib/memory.h b/src/platform/tigerlake/include/platform/lib/memory.h
index ecf152e..7ab42e9 100644
--- a/src/platform/tigerlake/include/platform/lib/memory.h
+++ b/src/platform/tigerlake/include/platform/lib/memory.h
@@ -268,8 +268,8 @@
 /* Heap section sizes for runtime shared heap */
 #define HEAP_RUNTIME_SHARED_COUNT64	(64 + 32 * CONFIG_CORE_COUNT)
 #define HEAP_RUNTIME_SHARED_COUNT128	64
-#define HEAP_RUNTIME_SHARED_COUNT256	4
-#define HEAP_RUNTIME_SHARED_COUNT512	16
+#define HEAP_RUNTIME_SHARED_COUNT256	64
+#define HEAP_RUNTIME_SHARED_COUNT512	32
 #define HEAP_RUNTIME_SHARED_COUNT1024	(4 + CONFIG_CORE_COUNT)
 
 #define HEAP_RUNTIME_SHARED_SIZE \