diff --git a/Common/lib/HybirdFrameworkDriver.dll b/Common/lib/HybirdFrameworkDriver.dll
index 2d7f1ab..4c0268c 100644
Binary files a/Common/lib/HybirdFrameworkDriver.dll and b/Common/lib/HybirdFrameworkDriver.dll differ
diff --git a/WebStarter/WebStarter.csproj b/WebStarter/WebStarter.csproj
index 70d0173..852c130 100644
--- a/WebStarter/WebStarter.csproj
+++ b/WebStarter/WebStarter.csproj
@@ -28,6 +28,9 @@
Always
+
+ Always
+
diff --git a/WebStarter/WebStarter.runtimeconfig.json b/WebStarter/WebStarter.runtimeconfig.json
new file mode 100644
index 0000000..7859c03
--- /dev/null
+++ b/WebStarter/WebStarter.runtimeconfig.json
@@ -0,0 +1,7 @@
+{
+ "runtimeOptions": {
+ "configProperties": {
+ "System.GC.HeapHardLimit": 3221225472
+ }
+ }
+}