3 Add your user to the staff group. This group has higher resource limits
in login.conf. You
'll need to log out and back in for this change to take effect.
5 usermod -G staff YOUR_USERNAME
6 The default resource limits in OpenBSD are extremely conservative. For running modern applications like web browsers, we'll need to bump them up significantly. Use vi to modify the staff login class
in /etc
/login.conf as follows.