You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"memory-limit": {
"type": "integer",
"minimum": 0,
"description": "The maximum amount of RAM this content will be allowed to consume when executing or rendering, expressed in bytes. If the process tries to use more memory than allowed, it will be terminated",
"examples": ["100000000"]
},
"memory-request": {
"type": "integer",
"minimum": 0,
"description": "The minimum amount of RAM this content needs when executing or rendering, expressed in bytes.",
"examples": ["20000000"]
The text was updated successfully, but these errors were encountered:
In the schema example here some integer fields are in quotes when they shouldn't be:
https://cdn.posit.co/publisher/schemas/posit-publishing-schema-v3.json
The text was updated successfully, but these errors were encountered: