Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1676853

Re: [PATCH v1 0/7] writeback incompressible pages to storage

From Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v1 0/7] writeback incompressible pages to storage
Date 2017-06-28 17:50 +0200
Message-ID <tXno6-dY-13@gated-at.bofh.it> (permalink)
References <tWwa5-7mI-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hello,

On (06/26/17 15:52), Minchan Kim wrote:
[..]
> zRam is useful for memory saving with compressible pages but sometime,
> workload can be changed and system has lots of incompressible pages
> which is very harmful for zram.

could do. that makes zram quite complicated, to be honest. no offense,
but the whole zram's "good compression" margin looks to me completely
random and quite unreasonable. building a complex logic atop of random
logic is a bit tricky. but I see what problem you are trying to address.

> This patch supports writeback feature of zram so admin can set up
> a block device and with it, zram can save the memory via writing
> out the incompressile pages once it found it's incompressible pages
> (1/4 comp ratio) instead of keeping the page in memory.

hm, alternative idea. just an idea. can we try compressing the page
with another algorithm? example: downcast from lz4 to zlib? we can
set up a fallback "worst case" algorithm, so each entry can contain
additional flag that would tell if the src page was compressed with
the fast or slow algorithm. that sounds to me easier than "create a
new block device and bond it to zram, etc". but I may be wrong.

	-ss

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v1 0/7] writeback incompressible pages to storage Minchan Kim <minchan@kernel.org> - 2017-06-26 09:00 +0200
  Re: [PATCH v1 0/7] writeback incompressible pages to storage Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2017-06-28 17:50 +0200
    Re: [PATCH v1 0/7] writeback incompressible pages to storage Minchan Kim <minchan@kernel.org> - 2017-06-29 10:50 +0200
      Re: [PATCH v1 0/7] writeback incompressible pages to storage Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2017-06-29 11:20 +0200
        Re: [PATCH v1 0/7] writeback incompressible pages to storage Minchan Kim <minchan@kernel.org> - 2017-06-29 11:30 +0200

csiph-web