beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
alexshendi has quit [Read error: Connection reset by peer]
alexshe95 has joined #picolisp
alexshendi has joined #picolisp
alexshe95 has quit [Ping timeout: 260 seconds]
_whitelogger has joined #picolisp
soweli_iki has quit [Read error: Connection reset by peer]
<abu[7]> tankf33der: You use "ulimit -s <nnnn>" sometimes, right?
<abu[7]> There is now also a native lib for that
<abu[7]> The reason is that sometimes the bash ulimit cannot be called
<abu[7]> e.g. if the process is started by httpGate
<abu[7]> or inside PilB
<abu[7]> PilBox
<abu[7]> The lib is @lib/ulimit.l
<abu[7]> : (load "@lib/ulimit.l")
<abu[7]> -> "nproc"
<abu[7]> : (ulimit~stack)
<abu[7]> -> (4194304 . 4194304)
<abu[7]> : (ulimit~stack 99999)
<abu[7]> -> 99999
<abu[7]> : (ulimit~stack)
<abu[7]> -> (99999 . 4194304)
alexshendi has quit [Quit: -a- IRC for Android 2.1.60]
<tankf33der> abu[7]: ok, morning.
<abu[7]> Morning :)
aw- has joined #picolisp
aw- has quit [Quit: Leaving.]
aw- has joined #picolisp
beneroth has quit [Read error: Connection reset by peer]
beneroth has joined #picolisp
<beneroth> abu[7], nice, thank you for the new lib :D
<abu[7]> :)
<abu[7]> I had stack overflows in BTG, and it took a while until I found out that the ulimit call in .bashrc had no effect
<abu[7]> And in PilBox / Java there seems no way at all to set such limits *before* starting the Pil executable
<beneroth> oh wow
aw- has quit [Ping timeout: 244 seconds]
theruran has joined #picolisp