Finding the amount of used memory by each process in Solaris

What is VSZ memory? VSZ is short for Virtual Memory Size. It’s the total amount of memory a process may hypothetically access. ### fill out required <UserName> in following command to find the amount of used memory by each process. ### Output is in Kilobyte. for i in ps -aef | grep -i <UserName> | … Read more

Server Memory(DIMM) Population rules for HPE Gen10 Servers

HPE SmartMemory DIMMs and HPE NVDIMM-Ns may be populated in many permutations that are allowed but may not provide optimal performance. The system ROM reports a message during the power on self-test if the population is not supported or is not balanced. Table 2 shows the population guidelines for HPE SmartMemory DIMMs in HPE Gen10 … Read more