Quoting Solene Rapenne <sol...@perso.pw>:

Максим writes:

Hello.
I'm using Firefox and Chromium (from packages) to browse the internet on OpenBSD 6.3 (amd64). The problem is that their performance in OpenBSD is very poor compared to other OSes. Loading pages is slow, watching online video is possible but the responsiveness of the browser becomes awful.

Do I need additional settings to fix this?


In my opinion this is normal on OpenBSD

I am very surprised to hear that web browser performance is that bad on OpenBSD. Actually my experience is quite the opposite -- it works much better on OpenBSD than on my iMac. However, I don't know if I am going only to old man web sites :) I have had ZERO problems going to youtube and watching videos etc., from sites like washingtonpost.com or globeandmail.ca or other news sites. Typically I use firefox-esr but have also tested with tor-browser and chromium.

In case it helps, I am using KDE4 and have the following settings:

vijay.foretell.ca$ ulimit -a
time(cpu-seconds)    unlimited
file(blocks)         unlimited
coredump(blocks)     unlimited
data(kbytes)         5242880
stack(kbytes)        16384
lockedmem(kbytes)    5057874
memory(kbytes)       15168720
nofiles(descriptors) 1024
processes            512

vijay.foretell.ca$ more /etc/sysctl.conf
machdep.allowaperture=2 # See xf86(4)
kern.shminfo.shmall=51200
kern.shminfo.shmmni=1024

/etc/login.conf has default values I think, since I don't recall changing that. Here is my .profile in case it helps.

export HISTSIZE=1000000
export HISTFILE=~/.history
export PS1="\H$ "

nof() {
        ls -l $1 | egrep -c '^-'
}

ulimit -d 5242880
ulimit -s 16384
ulimit -n 1024
ulimit -p 512

export CVSROOT=vijay@10.0.0.154:/home/cvs
alias mandpb='mandoc -Tascii /home/ports/infrastructure/man/man1/dpb.1 | less'
alias manbulk='mandoc -Tascii /home/ports/infrastructure/man/man8/bulk.8 | less'

export JAVA_HOME=/usr/local/jre-1.8.0/
export PATH=$PATH:/usr/local/jre-1.8.0/bin




Vijay Sankar, M.Eng., P.Eng.
ForeTell Technologies Limited
vsan...@foretell.ca

Reply via email to