Aaron Pfeifer

Results 8 comments of Aaron Pfeifer

I'll admit I haven't seen that before. Any chance you have any of the logging information before and after that exception? Is there any chance the song starts and then...

Hey @kaspergrubbe - I just played around with their API and it looks like 20 is the maximum value you can set for `:limit` -- if you set it to...

After increasing the `vm.max_map_count` value, I found that my unicorn processes were being OOM-killed. Seems like we'd need both a solution to (2) (this ticket) and something like https://github.com/rmosolgo/graphql-ruby/pull/3913.

Agreed, preventing the memory-related error should avoid that condition :+1:

Thanks @rmosolgo! I've been swamped this week, but will test it out on our application next week!

Hi @rmosolgo :wave: Just wanted to share that we rolled this out into production and confirmed that it fixes the issues we were encountering. Thanks so much!

Any chance we can get a maintainer to review this?

Changing this line: https://github.com/rubygems/rubygems/blob/45b6938a8acace431d93ca78204f0cd6ad60b1c9/bundler/lib/bundler/source/git.rb#L279 ...to: ```ruby return if cache_path == app_cache_path || @allow_cached ``` ...seems to fix the issue (the intent being to not re-cache a git source if it's...