search for: 4k

Displaying 20 results from an estimated 2272 matches for "4k".

Did you mean: 64k
2008 Jul 01
17
Memory leak scripts
Hola, I am trying to isolate the memory leak I suspect in a mailman installation ? I found: http://blogs.sun.com/sanjeevb/date/200506 It gives an error: god at irt-smtp-02:~ 9:21am 65 # ./memleak.d 10312 dtrace: failed to compile script ./memleak.d: line 3: probe description pid10312:libc.so.1:malloc:entry does not match any probes I am on SunOS 5.10 Generic_127112-07 i86pc i386 i86pc Are
2016 Feb 02
2
Does 4K sector size fully support?
Hi syslinux developers, As the title questions. Would like to know the status about 4k sector size support. I use the latest code build and use these library. Then try to boot on efi from my 4k sector size virtual devices. It always hangs on bootloader. I try to use the same bootloader and library on 512 sector size virtual devices and it works normal. Check the previous mail list...
2010 Nov 11
8
zpool import panics
...20 1 16K 16K 4.50K 16K 100.00 packed nvlist 21 3 16K 16K 60.0K 32K 100.00 bplist (Z=uncompressed) 22 2 16K 128K 21.1M 32M 100.00 SPA history 23 1 16K 512 3.00K 1K 100.00 object array 24 2 16K 4K 200K 132K 100.00 SPA space map 25 2 16K 4K 200K 132K 100.00 SPA space map 26 2 16K 4K 200K 132K 100.00 SPA space map 27 2 16K 4K 200K 132K 100.00 SPA space map 28 1 16K 512 3.00K 1K 100.00 obje...
2020 Apr 01
3
LLD default page size for arm32
...eally thorny issue where binaries build with clang and linked with lld was just "Killed" when started on a specific armv7 device we ship on. After quite a bit of head scratching it turns out that the kernel on this device ships with a 32k default page size (getconf PAGESIZE) and lld uses 4k default page size. We fixed this by passing -zmax-page-size=0x10000 to lld. The default page size in GNU ld for arm is 64k so binaries linked with ld just worked on this device. I put the question in the discord lld channel and after a bit back and forth I think it's better to discuss it her...
2011 Jul 13
4
How about 4KB disk sectors?
So, what is the story about 4KB disk sectors? Should such disks be avoided with ZFS? Or, no problem? Or, need to modify some config file before usage? -- This message posted from opensolaris.org
2016 May 05
6
CentOS 7 and 4K display
I installed C7 along with MATE desktop... My monitor is a 4K unit but when I goto the System -> preferences -> hardware -> Displays there is selection for the 4K display. It stops at 1920x1080. The var log x file shows the 4K resolutions in the file so that is good. How do I get the selections for 4K to show up? Thanks, Jerry
2011 Sep 01
1
No buffer space available - loses network connectivity
...1 : tunables 120 60 8 : slabdata 110 110 0 SLAB-TOP Active / Total Objects (% used) : 2140910 / 2200115 (97.3%) Active / Total Slabs (% used) : 139160 / 139182 (100.0%) Active / Total Caches (% used) : 88 / 136 (64.7%) Active / Total Size (% used) : 512788.94K / 520252.14K (98.6%) Minimum / Average / Maximum Object : 0.02K / 0.24K / 128.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME 664000 620290 93% 0.09K 16600 40 66400K buffer_head 409950 408396 99% 0.21K 22775 18 91100K dentry_cache 343056 340307 99%...
2007 May 03
5
ZFS vs UFS2 overhead and may be a bug?
...problem also exists on Solaris hence this email.] Summary: on ZFS, overhead for reading a hole seems far worse than actual reading from a disk. Small buffers are used to make this overhead more visible. I ran the following script on both ZFS and UF2 filesystems. [Note that on FreeBSD cat uses a 4k buffer and md5 uses a 1k buffer. On Solaris you can replace them with dd with respective buffer sizes for this test and you should see similar results.] $ dd </dev/zero bs=1m count=10240 >SPACY# 10G zero bytes allocated $ truncate -s 10G HOLEY # no space allocated $ time dd <SPACY &...
2011 Jan 07
5
Migrating zpool to new drives with 4K Sectors
Hi ZFS Discuss, I have a 8x 1TB RAIDZ running on Samsung 1TB 5400rpm drives with 512b sectors. I will be replacing all of these with 8x Western Digital 2TB drives with support for 4K sectors. The replacement plan will be to swap out each of the 8 drives until all are replaced and the new size (~16TB) is available with a `zfs scrub`. My question is, how do I do this and also factor in the new 4k sector size? or should I find a 2TB drive that still uses 512b sectors? Thanks
2017 Mar 10
4
[PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER
...g several normal chunks? > > > > Right, chunk_ext may be rarely used, thanks. I will remove chunk_ext if > there is no objection from others. > > Best, > Wei I don't think we can drop this, this isn't an optimization. One of the issues of current balloon is the 4k page size assumption. For example if you free a huge page you have to split it up and pass 4k chunks to host. Quite often host can't free these 4k chunks at all (e.g. when it's using huge tlb fs). It's even sillier for architectures with base page size >4k. So as long as we are chan...
2017 Mar 10
4
[PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER
...g several normal chunks? > > > > Right, chunk_ext may be rarely used, thanks. I will remove chunk_ext if > there is no objection from others. > > Best, > Wei I don't think we can drop this, this isn't an optimization. One of the issues of current balloon is the 4k page size assumption. For example if you free a huge page you have to split it up and pass 4k chunks to host. Quite often host can't free these 4k chunks at all (e.g. when it's using huge tlb fs). It's even sillier for architectures with base page size >4k. So as long as we are chan...
2019 Sep 01
3
[PATCH v4 1/5] vsock/virtio: limit the memory used per-socket
...t; > > > > > > > > > > > > > > The problem here is the compatibility. Before this series virtio-vsock > > > > > > and vhost-vsock modules had the RX buffer size hard-coded > > > > > > (VIRTIO_VSOCK_DEFAULT_RX_BUF_SIZE = 4K). So, if we send a buffer smaller > > > > > > of 4K, there might be issues. > > > > > > > > > > Shouldn't be if they are following the spec. If not let's fix > > > > > the broken parts. > > > > > > > >...
2019 Sep 01
3
[PATCH v4 1/5] vsock/virtio: limit the memory used per-socket
...t; > > > > > > > > > > > > > > The problem here is the compatibility. Before this series virtio-vsock > > > > > > and vhost-vsock modules had the RX buffer size hard-coded > > > > > > (VIRTIO_VSOCK_DEFAULT_RX_BUF_SIZE = 4K). So, if we send a buffer smaller > > > > > > of 4K, there might be issues. > > > > > > > > > > Shouldn't be if they are following the spec. If not let's fix > > > > > the broken parts. > > > > > > > >...
2016 Feb 04
0
Does 4K sector size fully support?
> Hi syslinux developers, > > As the title questions. > Would like to know the status about 4k sector size support. > > I use the latest code build and use these library. > Then try to boot on efi from my 4k sector size virtual devices. > It always hangs on bootloader. > > I try to use the same bootloader and library on 512 sector size > virtual devices and it works no...
2015 Jun 16
3
support for dp 1.2
...15:47 -0400, Ilia Mirkin wrote: > On Tue, Jun 16, 2015 at 3:33 PM, Stephen Adler < > adler at stephenadler.com> wrote: > > Guys, > > > > Is there support for display port 1.2 with the nouveau driver and > > GTX > > 970? > > > > I have a dell 4K monitor and to run it in 4K mode at 60Hz I need to > > configure the monitor to run version 1.2 of the display port > > protocol. > > the nouveau driver works well with display port 1.1 but I only get > > a > > 30Hz refresh rate at 4K resolution. > > The DP 1....
2008 Jul 09
3
CookieOverflow - 4k Session?
Hello all, I get the following error when I stuff my seesion with more than 4k of data. CGI::Session::CookieStore::CookieOverflow My problem is that I obviously need a fatter session. How do other users by-pass the 4k restriction on session variables? Regards, John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed...
2015 Jun 16
2
support for dp 1.2
Guys, Is there support for display port 1.2 with the nouveau driver and GTX 970? I have a dell 4K monitor and to run it in 4K mode at 60Hz I need to configure the monitor to run version 1.2 of the display port protocol. the nouveau driver works well with display port 1.1 but I only get a 30Hz refresh rate at 4K resolution. thanks.
2019 Aug 06
2
unstable refresh rate
...that require scrambling by booting with nouveau.hdmimhz=340. Cheers, -ilia On Tue, Aug 6, 2019 at 1:15 PM James <bjlockie at lockie.ca> wrote: > > I was going to buy a new cable and I came across this description: > >Category 2 Certified HDMI wire supports resolutions up to 4Kx2K (UHD) > @30 Hz > > https://www.cnet.com/how-to/what-is-hdmi-2-0b/ > > HDMI versions compared > > HDMI Version Max Resolution Max 4K Frame rate HDCP 2.2 HDR WCG Hybrid Log Gamma Dynamic Metadata > > 1.4 4K 30Hz No No No...
2019 Aug 06
2
unstable refresh rate
...t; If not, it's probably something else. But this seems like a likely candidate. There is nothing in dmesg. Maybe nouveau needs a module parameter for debug logging? I'm going to try a different cable anyways. Is there something in /proc to check if "scrambling" is on? I do have a 4k LG tv. > > On Tue, Aug 6, 2019 at 12:14 PM James <bjlockie at lockie.ca> wrote: >> >> I have a Gigabyte GeForce 1050 connected by DVI to a monitor (1920x1200 >> resolution @ 59.9502 Hz) and a TV via HDMI (3840x2160 @30 Hz). >> The problem is the TV used to work...
2011 Jul 25
5
ext4, 4k sector alignment
...make it impractical to copy with a file-oriented approach. The current filesystem is ext3 with one partition that uses the entire disk capacity (no lvm). It works as is, but... I'd like to use a laptop size drive for the swapped member and the only ones available that match the size have 4k sectors. I have swappable, trayless SATA bays available for both drive sizes. The problem is that with the current partition layout, the drive with 4k sectors takes more than a day to re-sync even though on read access the speed is a match for the full sized drives that sync in a few hours....