Browse Source

Fixed markdown.

Joshua Rutschmann 8 years ago
parent
commit
23e1d2554d
No account linked to committer's email address
1 changed files with 5 additions and 6 deletions
  1. 5
    6
      hw5/simu2/ANSWERS.md

+ 5
- 6
hw5/simu2/ANSWERS.md View File

1
 # Antworten
1
 # Antworten
2
 
2
 
3
-1. 
4
-   **Figure 8.1: A Single Long-Running Job**
3
+1. **Figure 8.1: A Single Long-Running Job**
5
 
4
 
6
    `./mlfq.py -l 0,200,0`
5
    `./mlfq.py -l 0,200,0`
7
 
6
 
21
    
20
    
22
    **Figure 8.5: Without Priority Boost**
21
    **Figure 8.5: Without Priority Boost**
23
    
22
    
24
-    `./mlfq.py -S -l 0,100,0:100,50,5:100,50,5`
23
+   `./mlfq.py -S -l 0,100,0:100,50,5:100,50,5`
25
     
24
     
26
    **Figure 8.5: With Priority Boost**
25
    **Figure 8.5: With Priority Boost**
27
    
26
    
28
-    `./mlfq.py -S -l 0,120,0:100,50,5:100,50,5 -B 50`
27
+   `./mlfq.py -S -l 0,120,0:100,50,5:100,50,5 -B 50`
29
     
28
     
30
-    **Figure 8.6: Without Gaming Tolerance**
29
+   **Figure 8.6: Without Gaming Tolerance**
31
    
30
    
32
     
31
     
33
-    **Figure 8.6: With Gaming Tolerance**
32
+   **Figure 8.6: With Gaming Tolerance**
34
 
33
 
35
 
34
 
36
 2. Indem man den Scheduler mit `-m 1` auf nur eine Queue einstellt. Dann werden neue Jobs nicht in eine höhere Queue gestuft und die Priorität auch nicht erhöht.
35
 2. Indem man den Scheduler mit `-m 1` auf nur eine Queue einstellt. Dann werden neue Jobs nicht in eine höhere Queue gestuft und die Priorität auch nicht erhöht.

Loading…
Cancel
Save