View Single Post
  #4   (View Single Post)  
Old 1st May 2017
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 467
Default

Quote:
Originally Posted by beiroot View Post
ok, so how do I smoothly run a youtube video on my openbsd?
Have you increased the ulimit for firefox yet?

https://marc.info/?l=openbsd-misc&m=149338191601850&w=2

I use this (my normal user is in the staff group):
Code:
staff:\
        :datasize-cur=3072M:\
        :datasize-max=infinity:\
        :maxproc-max=512:\
        :maxproc-cur=256:\
        :ignorenologin:\
        :requirehome@:\
        :tc=default:
FWIW, YouTube videos have always ran well for me under OpenBSD in both FF & Chromium but I needed to raise the ulimit to stop FF dumping it's (huge) core.
Reply With Quote