This message was deleted.
# general
s
This message was deleted.
t
The memory is configurable with
availableMemoryMb
. The runtime is fixed to node js because that's what you write your callback for.
b
i’m not seeing any option for setting memory in
HttpCallbackFunction
, just regular function. by runtime i mean node 10 vs 8
Copy code
new gcp.cloudfunctions.HttpCallbackFunction("f", {
    availableMemoryMb: 128,
    callback: work,
});
Good point about the runtime. I'd appreciate if you could file an issue.
b
thanks! will do!