search for: workingset

Displaying 20 results from an estimated 44 matches for "workingset".

2010 Apr 02
6
L2ARC & Workingset Size
Hi all I ran a workload that reads & writes within 10 files each file is 256M, ie, (10 * 256M = 2.5GB total Dataset Size). I have set the ARC max size to 1 GB on etc/system file In the worse case, let us assume that the whole dataset is hot, meaning my workingset size= 2.5GB My SSD flash size = 8GB and being used for L2ARC No slog is used in the pool My File system record size = 8K , meaning 2.5% of 8GB is used for L2ARC Directory in ARC. which ultimately mean that available ARC is 1024M - 204.8M = 819.2M Available ARC (Am I Right ?) Now the Question ....
2010 Mar 02
9
Filebench Performance is weird
...FS performance with randomread wordload. My Filebench setting & run results are as follwos ------------------------------------------------------------------------------------------ filebench> set $filesize=5g filebench> set $dir=/hdd/fs32k filebench> set $iosize=32k filebench> set $workingset=10m filebench> set $function=generic filebench> set $filesystem=zfs filebench> run 100 1062: 106.866: Creating/pre-allocating files and filesets 1062: 106.867: File largefile1: mbytes=5120 1062: 106.867: Re-using file largefile1. 1062: 106.867: Creating file largefile1... 1062: 108.61...
2010 Mar 05
17
why L2ARC device is used to store files ?
Greeting All I have create a pool that consists oh a hard disk and a ssd as a cache zpool create hdd c11t0d0p3 zpool add hdd cache c8t0d0p0 - cache device I ran an OLTP bench mark to emulate a DMBS One I ran the benchmark, the pool started create the database file on the ssd cache device ??????????? can any one explain why this happening ? is not L2ARC is used to absorb the evicted data
2017 Feb 21
2
Linking Linux kernel with LLD
Maybe that is https://reviews.llvm.org/D30171. On Mon, Feb 20, 2017 at 11:16 PM, Dmitry Golovin <dima at golovin.in> wrote: > Hi, > > I can't build the Linux kernel anymore. With the latest kernel source and > latest LLVM and LLD (with D30163) I can only get this error message when > linking vmlinux: > > ld.lld: error: unable to move location counter backward >
2020 Apr 04
0
[PATCH 4/6] kernel: move use_mm/unuse_mm to kthread.c
...maccess.o page-writeback.o \ readahead.o swap.o truncate.o vmscan.o shmem.o \ util.o mmzone.o vmstat.o backing-dev.o \ - mm_init.o mmu_context.o percpu.o slab_common.o \ + mm_init.o percpu.o slab_common.o \ compaction.o vmacache.o \ interval_tree.o list_lru.o workingset.o \ debug.o gup.o $(mmu-y) diff --git a/mm/mmu_context.c b/mm/mmu_context.c deleted file mode 100644 index 3e612ae748e9..000000000000 --- a/mm/mmu_context.c +++ /dev/null @@ -1,64 +0,0 @@ -/* Copyright (C) 2009 Red Hat, Inc. - * - * See ../COPYING for licensing terms. - */ - -#include <li...
2017 Jul 30
0
Re: cannot find any suitable libguestfs supermin
...6 (order: 3, 32768 bytes) [ 0.274102] audit: initializing netlink subsys (disabled) [ 0.274543] audit: type=2000 audit(1501347060.749:1): initialized [ 0.275607] Initialise system trusted keyrings [ 0.276076] cryptomgr_test (31) used greatest stack depth: 14448 bytes left [ 0.276768] workingset: timestamp_bits=37 max_order=17 bucket_order=0 [ 0.285147] zbud: loaded [ 0.317740] cryptomgr_test (34) used greatest stack depth: 14168 bytes left [ 0.318613] cryptomgr_test (39) used greatest stack depth: 14032 bytes left [ 0.319775] cryptomgr_test (44) used greatest stack depth: 1396...
2020 Apr 04
14
improve use_mm / unuse_mm
Hi all, this series improves the use_mm / unuse_mm interface by better documenting the assumptions, and my taking the set_fs manipulations spread over the callers into the core API.
2020 Apr 04
14
improve use_mm / unuse_mm
Hi all, this series improves the use_mm / unuse_mm interface by better documenting the assumptions, and my taking the set_fs manipulations spread over the callers into the core API.
2018 Jan 10
1
guestmount fails after linux kernel update 01/10/2018
...ory corruption every 60 seconds [ 0.083964] audit: initializing netlink subsys (disabled) [ 0.084734] Initialise system trusted keyrings [ 0.085139] Key type blacklist registered [ 0.085544] audit: type=2000 audit(1515593184.437:1): state=initialized audit_enabled=0 res=1 [ 0.086307] workingset: timestamp_bits=36 max_order=17 bucket_order=0 [ 0.087684] zbud: loaded [ 0.088193] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.088799] fuse init (API version 7.26) [ 0.089928] Key type asymmetric registered [ 0.090315] Asymmetric key parser 'x509' registered [...
2017 Jul 29
2
Re: cannot find any suitable libguestfs supermin
2017-07-29 18:00 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>: > > > I download the newset package and extract in my > > path(/share/CACHEDEV1_DATA/appliance/) and set env > > It doesn't work. > > and I run the libugestfs-test-tool: > > Please don't provide partial information. Include the command you > type and *all* the output, without
2020 May 06
0
Fwd: GeForce(R) GT 710 1GB PCIE x 1 on arm64
...port module. [ 1.100372] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.100382] PCI: CLS 0 bytes, default 64 [ 1.101384] kvm [1]: IPA Size Limit: 40bits [ 1.102945] kvm [1]: Hyp mode initialized successfully [ 1.114296] Initialise system trusted keyrings [ 1.114582] workingset: timestamp_bits=44 max_order=21 bucket_order=0 [ 1.124805] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.125844] NFS: Registering the id_resolver key type [ 1.125884] Key type id_resolver registered [ 1.125903] Key type id_legacy registered [ 1.125927] nfs4filelayout_init: N...
2020 Apr 16
8
improve use_mm / unuse_mm v2
Hi all, this series improves the use_mm / unuse_mm interface by better documenting the assumptions, and my taking the set_fs manipulations spread over the callers into the core API. Changes since v1: - drop a few patches - fix a comment typo - cover the newly merged use_mm/unuse_mm caller in vfio
2020 Apr 16
8
improve use_mm / unuse_mm v2
Hi all, this series improves the use_mm / unuse_mm interface by better documenting the assumptions, and my taking the set_fs manipulations spread over the callers into the core API. Changes since v1: - drop a few patches - fix a comment typo - cover the newly merged use_mm/unuse_mm caller in vfio
2018 Jan 15
2
but report
...rruption every 60 seconds [ 0.053025] audit: initializing netlink subsys (disabled) [ 0.053519] Initialise system trusted keyrings [ 0.053776] Key type blacklist registered [ 0.054009] audit: type=2000 audit(1516055724.611:1): state=initialized audit_enabled=0 res=1 [ 0.054486] workingset: timestamp_bits=36 max_order=17 bucket_order=0 [ 0.055380] zbud: loaded [ 0.055704] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.056101] fuse init (API version 7.26) [ 0.056781] Key type asymmetric registered [ 0.057017] Asymmetric key parser 'x509' registered...
2017 Oct 16
2
Elias Hickman's libguestfs dump
...orm RTC device (no PNP device found) [    0.073177] alg: self-tests disabled [    0.073639] audit: initializing netlink subsys (disabled) [    0.074472] Initialise system trusted keyrings [    0.074950] audit: type=2000 audit(1508168835.114:1): state=initialized audit_enabled=0 res=1 [    0.075865] workingset: timestamp_bits=36 max_order=17 bucket_order=0 [    0.077220] zbud: loaded [    0.078379] NET: Registered protocol family 38 [    0.078840] Key type asymmetric registered [    0.079288] Asymmetric key parser 'x509' registered [    0.079810] Block layer SCSI generic (bsg) driver version 0.4...
2017 Dec 14
2
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...558] kvm [1]: 8-bit VMID [ 8.322564] kvm [1]: IDMAP page: 80cc5000 [ 8.322569] kvm [1]: HYP VA range: 800000000000:ffffffffffff [ 8.323429] kvm [1]: virtual timer IRQ4 [ 8.323584] kvm [1]: Hyp mode initialized successfully [ 8.374075] Initialise system trusted keyrings [ 8.374202] workingset: timestamp_bits=46 max_order=21 bucket_order=0 [ 8.376793] zbud: loaded [ 8.378295] NFS: Registering the id_resolver key type [ 8.378306] Key type id_resolver registered [ 8.378310] Key type id_legacy registered [ 8.378319] nfs4filelayout_init: NFSv4 File Layout Driver Registering......
2018 Jan 25
0
Problems getting nouveau to work with either Geforce GT710 or Geforce 9800GT on ARM Cortex-A9
...ransport module. [ 3.158576] RPC: Registered tcp transport module. [ 3.158579] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 3.159002] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 3.159532] Initialise system trusted keyrings [ 3.159616] workingset: timestamp_bits=30 max_order=18 bucket_order=0 [ 3.162153] Installing knfsd (copyright (C) 1996 okir at monad.swb.de). [ 3.163788] async_tx: api initialized (async) [ 3.163795] Key type asymmetric registered [ 3.163799] Asymmetric key parser 'x509' registered [ 3.163834] Bloc...
2016 Oct 28
2
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
...81] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.190675] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.191533] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.192520] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.193881] workingset: timestamp_bits=62 max_order=18 bucket_order=0 [ 0.194830] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.195897] ACPI: Power Button [PWRF] [ 0.196512] Warning: Processor Platform Limit event detected, but not handled. [ 0.197583] Consider compiling CPUfreq sup...
2018 Jan 23
2
Problems getting nouveau to work with either Geforce GT710 or Geforce 9800GT on ARM Cortex-A9
...ransport module. [ 3.158410] RPC: Registered tcp transport module. [ 3.158413] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 3.158844] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 3.159371] Initialise system trusted keyrings [ 3.159457] workingset: timestamp_bits=30 max_order=18 bucket_order=0 [ 3.162008] Installing knfsd (copyright (C) 1996 okir at monad.swb.de). [ 3.163703] async_tx: api initialized (async) [ 3.163710] Key type asymmetric registered [ 3.163715] Asymmetric key parser 'x509' registered [ 3.163748] Bloc...
2016 Oct 28
2
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
On Fri, Oct 28, 2016 at 11:56:30AM +0300, Mika Westerberg wrote: > On Thu, Oct 27, 2016 at 06:06:48PM +0200, Peter Wu wrote: > > On Thu, Oct 27, 2016 at 12:55:08PM +0300, Mika Westerberg wrote: > > > On Thu, Oct 27, 2016 at 09:42:28AM +0000, Rick Kerkhof wrote: > > > > No, there are not. Here is the recursive directory listing: > > > > > > Are