jed
jed
CDCloudflare Developers
Created by jed on 2/13/2024 in #workers-help
Do request bodies count against the 128MB of worker memory?
As I understand it, inbound request bodies are buffered before a worker is invoked. The worker can consume the body as a stream, but the data itself is buffered before then. Is this interpretation correct? And if so, does the data for request bodies count against the 128MB of worker memory?
4 replies