Skip to content

Resource Limits

ItemDescriptioninkSideVM
Maximum code sizeThe maximum size of the compiled contract code that can be deployed2 megabytes32 megabytes
Maximum ingress requestsThe maximum number of simultaneous query requests processed by a single worker8 by defaultunlimited
Request fulfillment timeoutThe maximum duration of an in-flight query request10 secondsunlimited
Maximum request sizeThe maximum size of a incoming request (this includes all arguments)1 megabytesunlimited, streaming is supported
Maximum returned value sizeThe maximum size of the response of a query1 megabytesunlimited, streaming is supported
Maximum query execution timeThe maximum amount of time that a single query can execute10 secondsN/A (continuously running)
Maximum memory allocatedThe maximum amount of memory allocated to your contract during execution4 megabytes16 MB
HTTP - Maximum concurrent requestsThe maximum number of HTTP requests that your source code can make5unlimited
HTTP - Request timeoutThe duration of an HTTP request before timeout10 secondsunlimited
HTTP - Maximum request lengthThe maximum size of an HTTP request, including the request body and HTTP headers16 kilobytesunlimited
HTTP - Maximum response lengthThe maximum size of an HTTP response16 kilobytesunlimited