Alik Khilazhev

Results 31 comments of Alik Khilazhev

Try to set environment variable `MALLOC_ARENA_MAX=2`. It helped in my case. [Source](https://docs.imgproxy.net/#/memory_usage_tweaks?id=malloc_arena_max)

It's new local file. I tried to restart program but it did not helped. I am attaching this file. Maybe it will help to reproduce error. [c-in-depth-3rd-edition-jon-skeet.pdf](https://github.com/xybu/onedrived-dev/files/766081/c-in-depth-3rd-edition-jon-skeet.pdf)

@moul @jaekwon what do you think about it? If you think that it would be useful then I can spend some time to configure it

I had the same problem with a redirection from https://auth.example.com to https://app.example.com and I spent whole day solving it. The problem was in following lines of code: https://github.com/bitly/oauth2_proxy/blob/a94b0a8b25e553f7333f7b84aeb89d9d18ec259b/oauthproxy.go#L565-L567 When oauth2_proxy...

Hi, @bradrydzewski ! What do you think about this feature?

The problem is actual for Google Cloud Run too. There is a limit for response size - 32MB. And it makes it impossible to run proxy in production using Google...

@arschles should I create another issue for the problem with GCP?

@arschles I don't know how go mod protocol works under the hood, but I was thinking about implementing partial responses so that any single response will not exceed the limit....

Does anyone know when it will be fixit?