mirror of
https://github.com/google/brotli.git
synced 2026-09-22 22:56:08 +00:00
Crashing with std::bad_alloc #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maximecaron on GitHub (Sep 24, 2015).
I was trying to compress a 30GB sqlite file with data from wikipedia on a machine with 1GB of memory.
And the command crash with std::bad_alloc on quality 11, 10 and 9.
Command was running on Debian 8.1 x64 compiled with G++ 4.9.2
@eustas commented on GitHub (Oct 6, 2015):
Could you share a link to the db file, please.
I've experimented with file that contains 32 copies on enwik9 and memory usage peak is 837M...
@eustas commented on GitHub (Jun 16, 2016):
Should be fixed on v0.5.
Please check. If problem is still there, feel free to reopen the issue.