Hi Dr. Sauermann, I'm supplying the desired info:
1. Output of "ulimit -a" time(cpu-seconds) unlimited file(blocks) unlimited coredump(blocks) unlimited data(kbytes) 6291456 stack(kbytes) 4096 lockedmem(kbytes) 2671438 memory(kbytes) 8010120 nofiles(descriptors) 512 processes 256 2. Contents of /proc/meminfo OpenBSD does not have a proc-filesystem. I'm assuming that you want the memory layout. I'm providing info from "dmesg" and "sysctl -a" commands. 2a) Output of dmesg OpenBSD 6.6 (GENERIC.MP) #7: Thu Mar 12 11:55:22 MDT 2020 r...@syspatch-66-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 8476545024 (8083MB) avail mem = 8206925824 (7826MB) [...] 2b) Output of sysctl -a | fgrep -i mem (edited) vm.nkmempages=32768 hw.physmem=8476545024 hw.usermem=8386879488 vfs.ffs.dirhash_maxmem=5242880 vfs.ffs.dirhash_mem=3857192 3. Configuration info (Output of "apl --cfg") *** Warning: the process memory limit (RLIMIT_AS) of 6442450944 is more than the estimated total_memory of 3221225472. This could cause improper WS FULL handling. configurable options: --------------------- ASSERT_LEVEL_WANTED=1 (default) SECURITY_LEVEL_WANTED=0 (default) APSERVER_PATH=/tmp/GNU-APL/APserver (default) APSERVER_PORT=16366 (default) APSERVER_TRANSPORT=0 (default) CORE_COUNT_WANTED=0 (= sequential) (default) DYNAMIC_LOG_WANTED=no (default) MAX_RANK_WANTED=8 (default) RATIONAL_NUMBERS_WANTED=no (default) SHORT_VALUE_LENGTH_WANTED=12, therefore: sizeof(Value) : 456 bytes sizeof(Cell) : 24 bytes sizeof(Value header): 168 bytes VALUE_CHECK_WANTED=no (default) VALUE_HISTORY_WANTED=no (default) VF_TRACING_WANTED=no (default) VISIBLE_MARKERS_WANTED=no (default) how ./configure was (probably) called: -------------------------------------- ./configure '--prefix=/home/alexshendi/.local/gnuapl/svn-1254' '--without-postgresql' '--without-gtk3' 'CC=clang' 'CPP=clang -E' 'CXX=clang++' BUILDTAG: --------- Project: GNU APL Version / SVN: 1.8 / 1254M Build Date: 2020-04-08 12:20:14 UTC Build OS: OpenBSD 6.6 amd64 config.status: '--prefix=/home/alexshendi/.local/gnuapl/svn-1254' '--without-postgresql' '--without-gtk3' 'CC=clang' 'CPP=clang -E' 'CXX=clang++' Archive SVN: 1161 4. Output of "apl -137" This doesn't work (Unknown option '-137'). In case you meant "apl -l 137" this also doesn't work due to lack of dynamic logging. I hope this helps. Have a nice day. Best Regards, Alexander