I do not understand the out of memory problem. From your reply I made
changes to my user environment.
In "${HOME}/user/.profile" I set the following:
ulimit -n $(ulimit -Hn)
ulimit -d $(ulimit -Hd)
ulimit reports the following from the command line:
$ ulimit -a
time(cpu-seconds) unlimited
file(blocks) unlimited
coredump(blocks) unlimited
data(kbytes) 33554432
stack(kbytes) 4096
lockedmem(kbytes) 10465212
memory(kbytes) 31387460
nofiles(descriptors) 1024
processes 256
As a consumer of firefox on OpebBSD I would reckon I am doing
something wrong. What would that be?
Thanks for looking into this issue.