redhat-gpe / rhte2018_api_mgmt_and_service_mesh

2 stars 3 forks source link

01_1_setup_Lab: Step 5.2 - Update VM memory details and CPU details #34

Closed darbyredhat closed 5 years ago

darbyredhat commented 5 years ago

In Step 5.2

The NA RHTE VMs have more memory than specified in the lab instructions. The lab instructions refer to 16GB ... however the VMs actually have 32GB

$ cat /proc/meminfo | grep MemTotal
MemTotal:       32779928 kB

same applies for CPU. Instructions refer to 4 CPUs ... but actual CPUs are 8

$ cat /proc/cpuinfo | awk '/^processor/{print $3}' | wc -l
8
jbride commented 5 years ago

fixed several months back