search for: compact

Displaying 20 results from an estimated 2040 matches for "compact".

2012 Dec 17
2
Suggestion: 'method' slot for format.ftable()
...lumn labels are printed. This creates problems (= unwanted empty columns/rows) when converting an ftable to a LaTeX table; see an example based on 'xtable' below (I am aware of other packages that can create LaTeX tables). It would be great to have a 'method' slot with several, more compact versions. This would be helpful in various contexts (if required, I can provide more details, including an adjusted .Rd). Cheers, Marius ##' @title Adjusted format.ftable() (based on ./src/library/stats/R/ftable.R in R-2.15.2) ##' @param x see ?format.ftable ##' @param quote see ?f...
2015 Jul 08
2
[RFCv3 0/5] enable migration of driver pages
...e 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing >> and 20~30 memory is reserved for zram. >> >> I found that many pages of GPU driver and zram are non-movable pages. So I >> reported Minchan Kim, the maintainer of zram, and he made the internal >> compaction logic of zram. And I made the internal compaction of GPU driver. >> >> They reduced some fragmentation but they are not enough effective. >> They are activated by its own interface, /sys, so they are not cooperative >> with kernel compaction. If there is too much fragment...
2015 Jul 08
2
[RFCv3 0/5] enable migration of driver pages
...e 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing >> and 20~30 memory is reserved for zram. >> >> I found that many pages of GPU driver and zram are non-movable pages. So I >> reported Minchan Kim, the maintainer of zram, and he made the internal >> compaction logic of zram. And I made the internal compaction of GPU driver. >> >> They reduced some fragmentation but they are not enough effective. >> They are activated by its own interface, /sys, so they are not cooperative >> with kernel compaction. If there is too much fragment...
2015 Jul 08
3
[RFCv3 0/5] enable migration of driver pages
...nsumed for graphic processing >>>> and 20~30 memory is reserved for zram. >>>> >>>> I found that many pages of GPU driver and zram are non-movable pages. So I >>>> reported Minchan Kim, the maintainer of zram, and he made the internal >>>> compaction logic of zram. And I made the internal compaction of GPU driver. >>>> >>>> They reduced some fragmentation but they are not enough effective. >>>> They are activated by its own interface, /sys, so they are not cooperative >>>> with kernel compactio...
2015 Jul 08
3
[RFCv3 0/5] enable migration of driver pages
...nsumed for graphic processing >>>> and 20~30 memory is reserved for zram. >>>> >>>> I found that many pages of GPU driver and zram are non-movable pages. So I >>>> reported Minchan Kim, the maintainer of zram, and he made the internal >>>> compaction logic of zram. And I made the internal compaction of GPU driver. >>>> >>>> They reduced some fragmentation but they are not enough effective. >>>> They are activated by its own interface, /sys, so they are not cooperative >>>> with kernel compactio...
2018 Jul 12
1
Error while compacting: Bad position key
Mike Hommey <mh at glandium.org> writes: > Hi, > > When running `notmuch compact` today, it stopped with the following > output: > > Compacting database... > compacting table postlist > Reduced by 25% 648656K (2498904K -> 1850248K) > compacting table docdata > Reduced by 15% 24K (152K -> 128K) > compacting table termlist > Reduced...
2016 Mar 11
1
[PATCH v1 02/19] mm/compaction: support non-lru movable page migration
...ub.com/0day-ci/linux/commits/Minchan-Kim/Support-non-lru-page-migration/20160311-153649 config: x86_64-nfsroot (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): In file included from mm/compaction.c:12:0: >> include/linux/compaction.h:87:20: error: static declaration of 'isolate_movable_page' follows non-static declaration static inline bool isolate_movable_page(struct page *page, isolate_mode_t mode) ^ In file included from mm/compaction.c:11:0...
2016 Mar 11
1
[PATCH v1 02/19] mm/compaction: support non-lru movable page migration
...ub.com/0day-ci/linux/commits/Minchan-Kim/Support-non-lru-page-migration/20160311-153649 config: x86_64-nfsroot (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): In file included from mm/compaction.c:12:0: >> include/linux/compaction.h:87:20: error: static declaration of 'isolate_movable_page' follows non-static declaration static inline bool isolate_movable_page(struct page *page, isolate_mode_t mode) ^ In file included from mm/compaction.c:11:0...
2015 Jun 26
0
[RFCv2 4/5] mm/compaction: compaction calls generic migration
Compaction calls interfaces of driver page migration instead of calling balloon migration directly. Signed-off-by: Gioh Kim <gioh.kim at lge.com> --- drivers/virtio/virtio_balloon.c | 1 + mm/compaction.c | 9 +++++---- mm/migrate.c | 21 ++++++++++++--------- 3...
2015 Jul 04
1
[RFCv2 4/5] mm/compaction: compaction calls generic migration
On Fri, Jun 26, 2015 at 12:58 PM, Gioh Kim <gioh.kim at lge.com> wrote: > Compaction calls interfaces of driver page migration > instead of calling balloon migration directly. > > Signed-off-by: Gioh Kim <gioh.kim at lge.com> > --- > drivers/virtio/virtio_balloon.c | 1 + > mm/compaction.c | 9 +++++---- > mm/migrate.c...
2015 Jul 04
1
[RFCv2 4/5] mm/compaction: compaction calls generic migration
On Fri, Jun 26, 2015 at 12:58 PM, Gioh Kim <gioh.kim at lge.com> wrote: > Compaction calls interfaces of driver page migration > instead of calling balloon migration directly. > > Signed-off-by: Gioh Kim <gioh.kim at lge.com> > --- > drivers/virtio/virtio_balloon.c | 1 + > mm/compaction.c | 9 +++++---- > mm/migrate.c...
2013 Jun 19
2
Compact databases and removing stale records at the same time
I'm trying to compact (or at least merge) multiple databases, while stripping search records which are no longer required. Backstory: I've inherited the Cyrus IMAPd xapian-based search code from Greg Banks when he left Opera. One of the unfinished parts was removing expunged emails from the search database. We...
2013 Mar 05
0
Patch for format.ftable()
...er version (R-devel 62124) stats:::format.ftable(ft1) # fails stats:::format.ftable(ft2) stats:::format.ftable(ft3) stats:::format.ftable(ft4) stats:::format.ftable(ft5) # fails ## all work fine now (format.ftable.() is the patched version): format.ftable.(ft1) format.ftable.(ft1, method="row.compact") format.ftable.(ft1, method="col.compact") format.ftable.(ft1, method="compact") format.ftable.(ft2) format.ftable.(ft2, method="row.compact") format.ftable.(ft2, method="col.compact") format.ftable.(ft2, method="compact") format.ftable.(ft3)...
2018 Apr 29
2
Result of 'seq' doesn't use compact internal representation
> .Internal(inspect(1:10)) @300e4e8 13 INTSXP g0c0 [NAM(3)] 1 : 10 (compact) > .Internal(inspect(seq(1,10))) @3b6e1f8 13 INTSXP g0c4 [] (len=10, tl=0) 1,2,3,4,5,... > system.time(1:1e7) user system elapsed 0 0 0 > system.time(seq(1,1e7)) user system elapsed 0.05 0.00 0.04 It seems that result of function 'seq' doesn'...
2015 Jul 08
0
[RFCv3 0/5] enable migration of driver pages
...0% memory is consumed for graphic processing > >> and 20~30 memory is reserved for zram. > >> > >> I found that many pages of GPU driver and zram are non-movable pages. So I > >> reported Minchan Kim, the maintainer of zram, and he made the internal > >> compaction logic of zram. And I made the internal compaction of GPU driver. > >> > >> They reduced some fragmentation but they are not enough effective. > >> They are activated by its own interface, /sys, so they are not cooperative > >> with kernel compaction. If there...
2015 Jul 07
12
[RFCv3 0/5] enable migration of driver pages
...3 page allocation failed. It has memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing and 20~30 memory is reserved for zram. I found that many pages of GPU driver and zram are non-movable pages. So I reported Minchan Kim, the maintainer of zram, and he made the internal compaction logic of zram. And I made the internal compaction of GPU driver. They reduced some fragmentation but they are not enough effective. They are activated by its own interface, /sys, so they are not cooperative with kernel compaction. If there is too much fragmentation and kernel starts to compacti...
2015 Jul 07
12
[RFCv3 0/5] enable migration of driver pages
...3 page allocation failed. It has memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing and 20~30 memory is reserved for zram. I found that many pages of GPU driver and zram are non-movable pages. So I reported Minchan Kim, the maintainer of zram, and he made the internal compaction logic of zram. And I made the internal compaction of GPU driver. They reduced some fragmentation but they are not enough effective. They are activated by its own interface, /sys, so they are not cooperative with kernel compaction. If there is too much fragmentation and kernel starts to compacti...
2015 Jun 02
9
[RFC 0/4] enable migration of non-LRU pages
...3 page allocation failed. It has memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing and 20~30 memory is reserved for zram. I found that many pages of GPU driver and zram are non-movable pages. So I reported Minchan Kim, the maintainer of zram, and he made the internal compaction logic of zram. And I made the internal compaction of GPU driver. They reduced some fragmentation but they are not enough effective. They are activated by its own interface, /sys, so they are not cooperative with kernel compaction. If there is too much fragmentation and kernel starts to compacti...
2015 Jun 02
9
[RFC 0/4] enable migration of non-LRU pages
...3 page allocation failed. It has memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing and 20~30 memory is reserved for zram. I found that many pages of GPU driver and zram are non-movable pages. So I reported Minchan Kim, the maintainer of zram, and he made the internal compaction logic of zram. And I made the internal compaction of GPU driver. They reduced some fragmentation but they are not enough effective. They are activated by its own interface, /sys, so they are not cooperative with kernel compaction. If there is too much fragmentation and kernel starts to compacti...
2006 Jun 13
1
xapian-compact seg faulting & Re: Error msg xapian-compact: The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation
...disk to not get written. I mention to send you the file because it could be that you would see almost immediately with the situation is. Thanks > ----- Original Message ----- > From: oscaruser@programmer.net > To: xapian-discuss@lists.xapian.org > Subject: Re: [Xapian-discuss] xapian-compact seg faulting & Re: [Xapian-discuss] Error msg xapian-compact: The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation > Date: Tue, 13 Jun 2006 10:05:34 -0800 > > > Olly, > > True something wrong with my setup. How I ca...