for monero cli only?
I can edit limits.conf to have a higher value than default 64 for all process (soft) or after i set ulimit (hard)
currently i am setting ulimit before launching monero with a bash alias but would like to set it like with an env var or something
Don't think you can use an env var, but you could use a sub-shell: (ulimit -whatever X; monerod) &
Oh that’s nice. I currently have the same thing except brackets for the sub shell
Обсуждают сегодня