Re: [PATCH -mm] enable CONFIG_COMPACTION by default

2012-09-13 Thread Minchan Kim
Hi Rik, On Thu, Sep 13, 2012 at 04:21:04PM -0400, Rik van Riel wrote: > Now that lumpy reclaim has been removed, compaction is the > only way left to free up contiguous memory areas. It is time > to just enable CONFIG_COMPACTION by default. > > Signed-off-by: Rik van Riel I tried this a

Re: [PATCH -mm] enable CONFIG_COMPACTION by default

2012-09-13 Thread Johannes Weiner
On Thu, Sep 13, 2012 at 04:21:04PM -0400, Rik van Riel wrote: > Now that lumpy reclaim has been removed, compaction is the > only way left to free up contiguous memory areas. It is time > to just enable CONFIG_COMPACTION by default. > > Signed-off-by: Rik van Riel Acked-by: Johannes Weiner

Re: [PATCH -mm] enable CONFIG_COMPACTION by default

2012-09-13 Thread Rafael Aquini
On Thu, Sep 13, 2012 at 04:21:04PM -0400, Rik van Riel wrote: > Now that lumpy reclaim has been removed, compaction is the > only way left to free up contiguous memory areas. It is time > to just enable CONFIG_COMPACTION by default. > > Signed-off-by: Rik van Riel > > diff --git

[PATCH -mm] enable CONFIG_COMPACTION by default

2012-09-13 Thread Rik van Riel
Now that lumpy reclaim has been removed, compaction is the only way left to free up contiguous memory areas. It is time to just enable CONFIG_COMPACTION by default. Signed-off-by: Rik van Riel diff --git a/mm/Kconfig b/mm/Kconfig index d5c8019..32ea0ef 100644 --- a/mm/Kconfig +++

[PATCH -mm] enable CONFIG_COMPACTION by default

2012-09-13 Thread Rik van Riel
Now that lumpy reclaim has been removed, compaction is the only way left to free up contiguous memory areas. It is time to just enable CONFIG_COMPACTION by default. Signed-off-by: Rik van Riel r...@redhat.com diff --git a/mm/Kconfig b/mm/Kconfig index d5c8019..32ea0ef 100644 --- a/mm/Kconfig

Re: [PATCH -mm] enable CONFIG_COMPACTION by default

2012-09-13 Thread Rafael Aquini
On Thu, Sep 13, 2012 at 04:21:04PM -0400, Rik van Riel wrote: Now that lumpy reclaim has been removed, compaction is the only way left to free up contiguous memory areas. It is time to just enable CONFIG_COMPACTION by default. Signed-off-by: Rik van Riel r...@redhat.com diff --git

Re: [PATCH -mm] enable CONFIG_COMPACTION by default

2012-09-13 Thread Johannes Weiner
On Thu, Sep 13, 2012 at 04:21:04PM -0400, Rik van Riel wrote: Now that lumpy reclaim has been removed, compaction is the only way left to free up contiguous memory areas. It is time to just enable CONFIG_COMPACTION by default. Signed-off-by: Rik van Riel r...@redhat.com Acked-by:

Re: [PATCH -mm] enable CONFIG_COMPACTION by default

2012-09-13 Thread Minchan Kim
Hi Rik, On Thu, Sep 13, 2012 at 04:21:04PM -0400, Rik van Riel wrote: Now that lumpy reclaim has been removed, compaction is the only way left to free up contiguous memory areas. It is time to just enable CONFIG_COMPACTION by default. Signed-off-by: Rik van Riel r...@redhat.com I tried