[Bug 1834794] Re: Uses too much memory (6Gbyte process)

2019-08-29 Thread Launchpad Bug Tracker
[Expired for pulseaudio (Ubuntu) because there has been no activity for
60 days.]

** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1834794

Title:
  Uses too much memory (6Gbyte process)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1834794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1834794] Re: Uses too much memory (6Gbyte process)

2019-06-30 Thread Daniel van Vugt
Thanks for that. I've never seen pulseaudio do this before.

1. Do you have any ideas as to what apps might have been using
pulseaudio recently?

2. Is the problem regular? Does it return after a reboot?

3. Does the same problem exist in Ubuntu 19.04 if you boot that from
USB? (http://releases.ubuntu.com/19.04/) We use a newer version of
PulseAudio in all Ubuntu releases from 18.10 onward so I am wondering if
this is a bug that was fixed already.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1834794

Title:
  Uses too much memory (6Gbyte process)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1834794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1834794] Re: Uses too much memory (6Gbyte process)

2019-06-30 Thread Bram Stolk
Thanks for the reply. It is 3.7G byte mapped hardware memory, not just virtual.
Here's the output you asked:

$ cat status 
Name:   pulseaudio
Umask:  0022
State:  S (sleeping)
Tgid:   25499
Ngid:   0
Pid:25499
PPid:   1
TracerPid:  0
Uid:1000100010001000
Gid:1000100010001000
FDSize: 128
Groups: 4 24 27 30 46 116 126 129 131 1000 1001 64055 
NStgid: 25499
NSpid:  25499
NSpgid: 25498
NSsid:  25498
VmPeak:  7469272 kB
VmSize:  7207128 kB
VmLck: 0 kB
VmPin: 0 kB
VmHWM:   3694032 kB
VmRSS:   3694032 kB
RssAnon: 3672980 kB
RssFile:9136 kB
RssShmem:  11916 kB
VmData:  3688908 kB
VmStk:   132 kB
VmExe:84 kB
VmLib: 14096 kB
VmPTE:  7792 kB
VmSwap:0 kB
HugetlbPages:  0 kB
CoreDumping:0
Threads:3
SigQ:   0/95728
SigPnd: 
ShdPnd: 
SigBlk: 
SigIgn: 00381000
SigCgt: 000180004a43
CapInh: 
CapPrm: 
CapEff: 
CapBnd: 003f
CapAmb: 
NoNewPrivs: 0
Seccomp:0
Speculation_Store_Bypass:   thread vulnerable
Cpus_allowed:   f
Cpus_allowed_list:  0-3
Mems_allowed:   
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0001
Mems_allowed_list:  0
voluntary_ctxt_switches:64080270
nonvoluntary_ctxt_switches: 3402344

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1834794

Title:
  Uses too much memory (6Gbyte process)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1834794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1834794] Re: Uses too much memory (6Gbyte process)

2019-06-30 Thread Daniel van Vugt
Thanks for the bug report.

'pmap' displays virtual memory (address space), which is mostly not real
memory.

Please attach a copy of your /proc/PID/status file. The important field
that affects machine performance is VmRSS, and VmData tells you the
amount of regular memory allocations.


** Changed in: pulseaudio (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1834794

Title:
  Uses too much memory (6Gbyte process)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1834794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1834794] Re: Uses too much memory (6Gbyte process)

2019-06-30 Thread Bram Stolk
Running with 'pmap -x' gives this info:

$ pmap -x 25499
25499:   /usr/bin/pulseaudio --start --log-target=syslog
Address   Kbytes RSS   Dirty Mode  Mapping
55e3bb805000  84  84   0 r-x-- pulseaudio
55e3bb805000   0   0   0 r-x-- pulseaudio
55e3bba1a000   4   4   4 r pulseaudio
55e3bba1a000   0   0   0 r pulseaudio
55e3bba1b000   4   4   4 rw--- pulseaudio
55e3bba1b000   0   0   0 rw--- pulseaudio
55e3bd1b9000 132 132 132 rw---   [ anon ]
55e3bd1b9000   0   0   0 rw---   [ anon ]
55e3bd1da000 3671036 3671036 3671036 rw---   [ anon ]
55e3bd1da000   0   0   0 rw---   [ anon ]
...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1834794

Title:
  Uses too much memory (6Gbyte process)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1834794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs