An Update to cmemgzip

I released recently cmemgzip which compresses files in memory and then replaces the original. I’ve been working a bit on an experimental feature, and I’ve released a new functionality which is limiting the amount of memory used to read from the original file.

That way, if you have in your server, let’s say 500 GB in a log file, you can specify gmemzip to use, for example, blocks of 400 MB of RAM.

You can use any amount starting from 1 MB. The most you use, the better compression you’ll get (as compression is based on repeated patterns). But you have to think that the compressed data requires also some space, so is a good idea to use something around 100 MB of RAM if the log files are really huge and the amount of memory is limited.

For example, in one of my Servers in Amazon:

I’ve added a PDF Manual for the usage.

I’ve created also an stable page for the project:

https://blog.carlesmateo.com/cmemgzip

Views: 168 views

Rules for writing a Comment


  1. Comments are moderated
  2. I don't publish Spam
  3. Comments with a fake email are not published
  4. Disrespectful comments are not published, even if they have a valid point
  5. Please try to read all the article before asking, as in many cases questions are already responded