~ »»» ulimit -a
real-time non-blocking time (microseconds, -R) unlimited
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 30
file size (blocks, -f) unlimited
pending signals (-i) 127740
max locked memory (kbytes, -l) 4099504
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 127740
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
~ »»» cat /proc/config.gz | gunzip | grep CONFIG_BPF
CONFIG_BPF=y
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_BPF_JIT_DEFAULT_ON=y
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
# CONFIG_BPF_PRELOAD is not set
CONFIG_BPF_LSM=y
CONFIG_BPF_STREAM_PARSER=y
CONFIG_BPF_EVENTS=y
# CONFIG_BPF_KPROBE_OVERRIDE is not set
~ »»» cat /proc/cmdline
audit=0 intel_pstate=disable amd_pstate=disable BOOT_IMAGE=/boot/vmlinuz-6.12.15-1-liquorix-amd64 root=UUID=db235dce-a4bb-4e8e-a9ef-d5858e1
b47ea ro vga=normal quiet
~ »»»