this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

LKM: Fix reported memory size in another host_info field

+1 -1
+1 -1
src/lkm/servers/mach_host.c
··· 144 144 int pos, last_phys_id = -1; 145 145 146 146 *host_info_outCnt = HOST_BASIC_INFO_COUNT; 147 - hinfo->max_mem = i.totalram; 147 + hinfo->max_mem = i.totalram * PAGE_SIZE; 148 148 hinfo->logical_cpu = 0; 149 149 hinfo->physical_cpu = 0; 150 150