File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ Add some top level guidelines of the rough procedure, so that you can document your notes in the proper order
2
+ <pseudocode>
3
+ Install OS
4
+ Configure Huge Tables
5
+ Install Network Driver for 10gbps card
6
+ Install dpdk libraries
7
+ Bind network to dpdk
8
+ Install Seastar, configure it, verify it
9
+ Install Scylla
10
+ <pseudocode>
11
+
1
12
Install CentOS 7
2
13
3
14
The Chelsio Network driver is automatically installed
@@ -26,11 +37,10 @@ as root, open the file /etc/default/grub
26
37
#Either, append the following line to GRUB_CMDLINE_LINUX env. variable, if the cpu supports 1GB Huge Pages
27
38
default_hugepagesz=1GB hugepagesz=1G hugepages=4 intel_iommu=on
28
39
#or, append the following line, if the CPU supports 2M HUGE PAGES
40
+ default_hugepagesz=2M hugepagesz=2M hugepages=512 intel_iommu=on"
29
41
30
-
31
- recompile grub to save setting, and then reboot
32
- grub2-mkconfig -o /boot/grub2/grub.cfg
33
- make sure, the server is restarted
42
+ #Recompile grub to save setting, and then reboot
43
+ r$ grub2-mkconfig -o /boot/grub2/grub.cfg
34
44
35
45
Understanding the deploying Huge Pages:
36
46
You can’t perform that action at this time.
0 commit comments