pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/50539: pulseaudio consumes too much /var/shm for shm_open(3)



The following reply was made to PR pkg/50539; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: n54%gmx.com@localhost, gnats-bugs%NetBSD.org@localhost
Cc: pkgsrc-bugs%netbsd.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/50539: pulseaudio consumes too much /var/shm for shm_open(3)
Date: Sun, 13 Dec 2015 05:07:15 +0900

 Kamil Rytarowski wrote:
 
 >  At first look I think it should be configurable from a config file and
 >  just tuned by user. Perhaps with a MESSAGE warning.
 
 I notice both client.conf and daemon.conf in /usr/pkg/etc/pulse
 already have the following options:
 
 ---
 % grep shm /usr/pkg/etc/pulse/*.conf
 /usr/pkg/etc/pulse/client.conf:; enable-shm = yes
 /usr/pkg/etc/pulse/client.conf:; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
 /usr/pkg/etc/pulse/daemon.conf:; enable-shm = yes
 /usr/pkg/etc/pulse/daemon.conf:; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
 ---
 
 so it might be easier to explicitly specify
 >> enable-shm = no
 or
 >> shm-size-bytes = 8388608
 in these config files during make install at least on NetBSD?
 
 I also see some clients (at least onscripter) don't remove
 the fat shm files in /var/shm on exit.  Umm.
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index