https://bugzilla.wikimedia.org/show_bug.cgi?id=39493
Aaron Schulz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Aaron Schulz <[email protected]> --- aaron@fluorine:~/mw-log$ for day in `seq 10 21`; do echo -n "Day $day: "; zgrep -A2 'Allowed memory size of' archive/fatal.log-201304$day.gz | grep -P "mw10(0[1-9]|1[0-6])" | wc -l ; done Day 10: 6665 Day 11: 16169 Day 12: 29571 Day 13: 1879 Day 14: 142 Day 15: 6 Day 16: 141 Day 17: 27 Day 18: 0 Day 19: 0 Day 20: 0 Day 21: 0 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
