pspot2

Results 15 comments of pspot2

AWS extended max Lambda memory to 10 GB in December 2020. As Lambda does not provide the possibility to mount `tmpfs` (where one can set the max size), pyfilesystem becomes...

My use-case for this would be building multiple Docker images (using the `registry.terraform.io/providers/kreuzwerker/docker` provider) from a single (parametrized) Dockerfile in a `for_each` loop. I'd like to reduce the parallelism of...

@jackpap do you have a schematic example of how this should look like? `allOf` can contain `if-then` conditional branches, therefore the concatenation of its schemas doesn't make much sense in...

After reading all the similar issues I could find, I think that fixing the functionality of "Do not count slow torrents in these limits" and making it work properly for...

Nowadays this is absolutely basic for security departments of companies, and Fargate's ephemeral storage is a no-go without this feature. Especially if it is exposed as a bind mount of...

In practice, one only looks into logs either when something went wrong or one is testing something. For testing it is anyway better to use the `docker` binary directly first...

From the tests I ran (please correct me if I'm wrong), it looks like some of the reviews can be assigned a different language than the language of the Play...

> Perhaps the setting under "Preferences" > "Downloads" > "Pre-allocate disk space for all files" could provide an answer to your second issue of running out of storage space? Cfr....

> After spending 30 minutes with this same issue of permissions, it became clear to me that the `google_compute_default_service_account` is not the SA that we actually need, but the "Compute...