From: Olivier Bonvalet <xen.list@daevel.fr>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: xen-users@lists.xen.org, Roger Pau Monne <roger.pau@citrix.com>,
xen-devel@lists.xen.org
Subject: Re: [Xen-users] unexpected Out Of Memory (OOM)
Date: Wed, 07 Aug 2013 16:26:00 +0200 [thread overview]
Message-ID: <1375885560.13572.28.camel@localhost> (raw)
In-Reply-To: <1375882604.619.56.camel@kazak.uk.xensource.com>
Le mercredi 07 août 2013 à 14:36 +0100, Ian Campbell a écrit :
> On Wed, 2013-08-07 at 13:17 +0200, Olivier Bonvalet wrote:
>
> > name = 'reto'
> > vcpus = 1
> > maxvcpus = 8
> > memory = 8192
> > vif = [ 'mac=0e:00:00:00:8e:70,bridge=vlan' ]
> > disk = [
> > '/dev/rbd/sas3copies/reto-root,,xvda,w',
> > '/dev/rbd/sas3copies/reto-home,,xvdb,w',
> > '/dev/rbd/sas3copies/reto-var,,xvdc,w',
> > '/dev/rbd/sas3copies/reto-mysql,,xvdd,w',
> > '/dev/rbd/sas3copies/reto-exim,,xvde,w',
> >
> > '/dev/loop1,raw,xvdy,r',
> > '/dev/loop2,raw,xvdz,r' ]
> > kernel = '/etc/xen/kernels/reto/vmlinuz'
> > ramdisk = '/etc/xen/kernels/reto/initrd.img'
> > root = '/dev/xvda ro rootfstype=ext4'
> > extra = 'panic=60'
>
> All looks pretty normal.
>
> > Then the console :
> >
> > Parsing config from /etc/xen/reto.cfg
> > Daemon running with PID 20283
> > [ 0.000000] Initializing cgroup subsys cpu
> > [ 0.000000] Linux version 2.6.50-dae-xen (root@yiu) (gcc version 4.8.1 (Debian 4.8.1-8) ) #2 SMP Sun Aug 4 22:42:05 CEST 2013
> > [ 0.000000] Command line: root=/dev/xvda ro rootfstype=ext4 panic=60
> > [ 0.000000] KERNEL supported cpus:
> > [ 0.000000] Intel GenuineIntel
> > [ 0.000000] ACPI in unprivileged domain disabled
> > [ 0.000000] e820: BIOS-provided physical RAM map:
> > [ 0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
> > [ 0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
> > [ 0.000000] Xen: [mem 0x0000000000100000-0x00000001ffffffff] usable
>
> This all looks good.
>
> > [ 1.776382] blkfront: xvdb: barrier or flush: disabled using persistent grants
> > [ 1.797557] xvdb: unknown partition table
> > [ 1.798526] blkfront: xvdc: barrier or flush: disabled using persistent grants
> > [ 1.820815] xvdc: unknown partition table
> > [ 1.822259] blkfront: xvdd: barrier or flush: disabled using persistent grants
> > [ 1.853766] xvdd: unknown partition table
> > [ 1.854749] blkfront: xvde: barrier or flush: disabled using persistent grants
> > [ 1.857572] xvde: unknown partition table
> > [ 1.858010] Setting capacity to 2097152
> > [ 1.858018] xvda: detected capacity change from 0 to 1073741824
> > [ 1.858760] blkfront: xvdy: flush diskcache: enabled using persistent grants
> > [ 1.860885] xvdy: unknown partition table
> > [ 1.861913] blkfront: xvdz: flush diskcache: enabled using persistent grants
> > [ 1.863770] xvdz: unknown partition table
>
> I know persistent grants have a fixed memory overhead, not sure if that
> is on the back or frontend though. Roger?
>
> is there any way to disable persistent grants manually for testing
> purposes?
>
> > [ 8.595343] zram: module is from the staging directory, the quality is unknown, you have been warned.
> > [ 8.596003] zram: Created 1 device(s) ...
>
> My first thought was that there was a memory leak in the kernel
> somewhere, but staging drivers doing "magic" things with memory make me
> nervous. Can you try without zram to rule it out please?
>
> Ian.
>
>
You're right, I disabled zram on this Domu (others didn't have zram).
The problem is still present.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2013-08-07 14:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-07 0:02 unexpected Out Of Memory (OOM) Olivier Bonvalet
2013-08-07 8:29 ` [Xen-users] " Ian Campbell
2013-08-07 8:58 ` Olivier Bonvalet
2013-08-07 9:35 ` Olivier Bonvalet
2013-08-07 9:46 ` Olivier Bonvalet
2013-08-07 10:16 ` Ian Campbell
2013-08-07 11:17 ` Olivier Bonvalet
2013-08-07 13:36 ` Ian Campbell
2013-08-07 14:26 ` Olivier Bonvalet [this message]
2013-08-07 21:37 ` Olivier Bonvalet
2013-08-08 8:58 ` Ian Campbell
2013-08-08 10:10 ` Olivier Bonvalet
2013-08-08 10:18 ` Ian Campbell
2013-08-08 11:43 ` Olivier Bonvalet
2013-08-08 13:25 ` Wei Liu
2013-08-08 14:17 ` Olivier Bonvalet
2013-08-09 12:53 ` Konrad Rzeszutek Wilk
2013-08-07 14:48 ` Wei Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1375885560.13572.28.camel@localhost \
--to=xen.list@daevel.fr \
--cc=Ian.Campbell@citrix.com \
--cc=roger.pau@citrix.com \
--cc=xen-devel@lists.xen.org \
--cc=xen-users@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).