Skip to content

Commit

Permalink
Add init script
Browse files Browse the repository at this point in the history
  • Loading branch information
ska278 committed May 8, 2024
1 parent 568587a commit c15619e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions applications/IGBH/spr_perf_mode.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
# Set system to performance mode
/home/files/sudobins/spr_scaling_governor performance
/home/files/sudobins/spr_no_turbo 0
/home/files/sudobins/spr_numa_balancing 0

#Clear cache (should be conducted before each workload run for accurate benchmarking)
/home/files/sudobins/spr_drop_caches_3
/home/files/sudobins/spr_compact_memory_1
/home/files/sudobins/spr_transparent_hugepage_never
/home/files/sudobins/spr_transparent_hugepage_defrag_never
/home/files/sudobins/spr_transparent_hugepage_always
/home/files/sudobins/spr_transparent_hugepage_defrag_always

0 comments on commit c15619e

Please sign in to comment.