Код: Выделить всё
WARNING: Your system has a limit for maximum amount of locked memory!
This might cause Ardour to run out of memory before your system runs
out of memory. You can view the memory limit with 'ulimit -l', and it
is normally controlled by /etc/security/limits.conf
(на всякий случай, меняться ни чего не будет, надо НАСТРОИТЬ, если это возможно)
если будут идеи, волшебные педнили, заранее благодарен
далее выводы команд и "попыток"
main$ ulimit -l
Код: Выделить всё
64
Код: Выделить всё
bash: ulimit: max locked memory: cannot modify limit: Operation not permitted
Код: Выделить всё
* soft locks 1024
* hard locks 65536
Код: Выделить всё
ALL /usr/bin/jackd -1 80
ALL /usr/bin/qjackctl -1 80
ALL /usr/bin/ardour2 -1 80
Код: Выделить всё
#!/bin/sh
ulimit -l unlimited
ulimit -n 10240
ulimit -c unlimited
Код: Выделить всё
2489016
Код: Выделить всё
Linux main 2.6.33.20.3-smp #1 SMP Thu Jun 16 10:01:17 NOVST 2016 i686 Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz GenuineIntel GNU/Linux
slackware-12.2 RAM & HDD ~ 'near unlimited'

TDE-3.5.12
qjackctl-0.3.8-i486-sl12.2_qt4
jack-audio-connection-kit-0.121.3-i486-sl12.2_qt4
ardour-2.8.12-i486-sl12.2_qt4_patch
// add - kernel config
залез в конфиг ядра (grep 'LOCK'), буду пока точить "тут" :о)
Код: Выделить всё
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_IOSCHED_BFQ=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
CONFIG_DEFAULT_BFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="bfq"
CONFIG_PREEMPT_NOTIFIERS=y
# CONFIG_INLINE_SPIN_TRYLOCK is not set
# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK is not set
# CONFIG_INLINE_SPIN_LOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
CONFIG_INLINE_SPIN_UNLOCK=y
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_READ_TRYLOCK is not set
# CONFIG_INLINE_READ_LOCK is not set
# CONFIG_INLINE_READ_LOCK_BH is not set
# CONFIG_INLINE_READ_LOCK_IRQ is not set
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
CONFIG_INLINE_READ_UNLOCK=y
# CONFIG_INLINE_READ_UNLOCK_BH is not set
CONFIG_INLINE_READ_UNLOCK_IRQ=y
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_WRITE_TRYLOCK is not set
# CONFIG_INLINE_WRITE_LOCK is not set
# CONFIG_INLINE_WRITE_LOCK_BH is not set
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
CONFIG_INLINE_WRITE_UNLOCK=y
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_FREEZER=y