add
none /var/lib/jack/tmp tmpfs defaults 0 0
to your /etc/fstab
then "mkdir -p /var/lib/jack/tmp" and "mount /var/lib/jack/tmp"
I dont know how you tell jackd where to look, I think its a compile time
option.
- Steve
On Thu, Jan 22, 2004 at 12:43:36 +0100, David Baron wrote:
How does one do this?
On Thursday 22 January 2004 10:54, linux-audio-user-request(a)music.columbia.edu
wrote:
> On Thu, Jan 22, 2004 at 09:46:31AM +0100, David Baron wrote:
> > Seen references to problems with audio. What is the issue here?
>
> If your jack fifos are stored in a journaled filesystem (eg. reiser or
> etx3) it can cause latency problems.
>
> The fix is to mount a filesystem as tmpfs and tell jack to put its fifos
> there.
>
> - Steve