notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

OSPolicies.md (286B)


      1 # Operating System Policies
      2 
      3 **Source:** CS 6200
      4 
      5 - We want a separation between mechanisms and policies
      6 - We want policies to optimize for the common case for mechanism usage
      7 
      8 ## Examples
      9 
     10 - Max # of files open per process
     11 - Max memory usage per process
     12 - Max # of sockets per process