By default Memory for your api is limited to 1024 MB (1 GB).
We allow for increasing the Memory Size of your api through the server.memorySize property in the .blinkmrc.json file. Only multiples of 64 are allowed;
- Minimum:
128 - Maximum:
10240
The following configuration will allow 2GB for your api functions:
{
"server": {
"memorySize": 2048
}
}