[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2019-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.11-0ubuntu2 --- apport (2.20.11-0ubuntu2) eoan; urgency=medium * test/test_backend_apt_dpkg.py: as of r3211 an error is not raised if the binary is not found. Cherry picked from upstream r3248. * backends/packaging-apt-dpkg.py:

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2019-05-17 Thread Brian Murray
https://bazaar.launchpad.net/~apport-hackers/apport/trunk/revision/3240 ** Changed in: apport Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537635 Title:

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2019-05-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/eoan/apport/ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537635 Title: Reduce zlib compression level for massive performance increase To

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2019-05-16 Thread Brian Murray
** Changed in: apport (Ubuntu Eoan) Assignee: (unassigned) => Brian Murray (brian-murray) ** Changed in: apport (Ubuntu Eoan) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2019-05-16 Thread Brian Murray
** Changed in: apport Status: New => In Progress ** Changed in: apport Assignee: (unassigned) => Brian Murray (brian-murray) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537635 Title:

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2019-05-15 Thread Brian Murray
** Also affects: apport (Ubuntu Eoan) Importance: Medium Status: Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537635 Title: Reduce zlib compression level for massive performance

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2019-05-15 Thread Brian Murray
** Changed in: apport (Ubuntu) Status: Confirmed => Triaged ** Changed in: apport (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537635 Title:

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2017-05-21 Thread Anders Kaseorg
Ping? It’s still really frustrating to have the entire system go unresponsive for a minute just because gnome-shell crashed and apport won’t let it restart until it’s finished compressing the core dump. If you’re not willing to go all the way to zlib level 1, can we at least proceed with going

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2016-01-26 Thread Brian Murray
** Tags added: rls-x-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537635 Title: Reduce zlib compression level for massive performance increase To manage notifications about this bug go

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2016-01-25 Thread Anders Kaseorg
Level 5 isn’t crazy, though it’s still some 70% slower than level 1. zlib.compressobj(level=1) time=7.6 size=84869397 zlib.compressobj(level=2) time=7.8 size=82465461 zlib.compressobj(level=3) time=8.4 size=79576183 zlib.compressobj(level=4) time=12.2 size=74672475 zlib.compressobj(level=5)

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2016-01-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apport (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537635 Title:

[Bug 1537635] Re: Reduce zlib compression level for massive performance increase

2016-01-25 Thread Martin Pitt
How does it do with the default level of 5? 24% size increase is a lot, and uploading 30 MB extra is not trivial. So "5" might provide a better compromise here? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.