Akim Demaille
Akim Demaille
Justin, If you have a suggested diff to make it more verbose, I can do that. Yes, the code base is quite large. wc -l on app/models say 462872 for...
Hi Justin, Thanks for the patch! Now brakeman is stuck in a different state, but it seems to still be consuming some CPU: ``` USER PID %CPU %MEM VSZ RSS...
> I'll send that file to you privately. Couldn't find a way to do that :)
Hey, actually it still moves! It appeared to be stuck for a long while on `[Call Index] /app/app/views/app_archive_options/dev_menu.html.erb`, but it's gone further. ``` W, WARN -- : Creating call index......
It eventually ended. It started at 2022-04-01 14:11:46 and finished at 2022-04-01 17:53:05, in parallel. I'll see if I can add timestamps to my logs to see what steps were...
Justin, Yes, I understand all this. Is there a way for brakeman to spit statistics that could help me get an idea of what part of the app was so...
Hi Mike, Thanks a lot for the quick response. Ok, so you do confirm that with respect to ressource consumption, XML::Reader is definitely expected to behave more like a nice...
Hi guys, FWIW, we have fully converted our tool to using the SAX parser only. Cheers!
Somewhat unrelated note: it is unfortunate that the method is named `exists?`, which is in contradiction with the conventions of Ruby, and adds mental burden given that Rubocop complains about...
Maybe not common, but does happen. We have been hit. It results in a big mess :(