On 04/28/17 14:00, David Coppa wrote:
On Fri, Apr 28, 2017 at 2:18 PM, Jyri Hovila [iki.fi]
<jyri.hov...@iki.fi> wrote:
Dear everyone,
With the above disclaimer said, and still knowing the potential for a
war, I must say this: There is not much hope for OpenBSD to ever become
a desktop (or laptop) OS if the nightmarish sluggishness of ALL modern
web browsers can not be solved.
Have you properly configured your user?
What I usually do is:
1) be sure my user has the "staff" class:
# grep dcoppa /etc/master.passwd
dcoppa:***:1000:1000:staff:0:0:David Coppa:/home/dcoppa:/bin/ksh
2) I have this at the top of my ~/.profile:
---8<---
# bump limits
ulimit -S -d $(ulimit -H -d)
ulimit -S -n $(ulimit -H -n)
ulimit -S -p $(ulimit -H -p)
ulimit -S -s $(ulimit -H -s)
---8<---
With chromium or iridium it's not as bad as you have described.
Personally I use iridium on a daily basis.
Ciao!
David
I have to agree with David - here I used chrome on a daily basis with a
minimum of two chrome windows with at least 4 tabs in each - and I do
not see the issues you describe, my laptop is coming up for 4 years old,
with some info from dmesg shown at [1].
Cheers
Fred
PS I have been a happy OpenBSD desktop user since July 2001 :~)
[1]
port:fred ~> dmesg|head -4; dmesg|grep i5-2520
OpenBSD 6.1-current (GENERIC.MP) #67: Mon Apr 17 15:22:46 MDT 2017
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 17037066240 (16247MB)
avail mem = 16516042752 (15750MB)
cpu0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2492.23 MHz
cpu1: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2491.90 MHz
cpu2: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2491.90 MHz
cpu3: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2491.90 MHz