npm package diff
Package: @forge/manifest
Versions: 8.9.0-next.9 - 8.9.0-next.10
File: package/out/schema/basic-manifest-schema.json
Index: package/out/schema/basic-manifest-schema.json
===================================================================
--- package/out/schema/basic-manifest-schema.json
+++ package/out/schema/basic-manifest-schema.json
@@ -44,8 +44,13 @@
"enum": [
"x86_64",
"arm64"
]
+ },
+ "memoryMB": {
+ "description": "The default amount of memory available to all functions at runtime. Increasing the function memory also increases its CPU allocation. You can configure memory between 128 MB and 512 MB in 1-MB increments. The default value is 512 MB.",
+ "title": "memoryMB",
+ "type": "number"
}
},
"title": "runtime",
"type": "object",