|
|
|
|
|
by hvb2
304 days ago
|
|
> It might be reasonable to go without a garbage collector if your whole lifetime is so short. That isn't how lambda works. A single lambda instance can run for 10s of minutes handling thousands or requests. So not cleaning up memory sounds like a problem to me since you're billed by the GB/second |
|