Comment 24 for bug 774947

Revision history for this message
Colin Ian King (colin-king) wrote :

@Jeff, what does cpuinfo_resource do? Can you run:

cpuinfo_resource | awk '/count:/ {print $2}'` --vm `awk '/MemTotal/ {num_vm = $2/262144; if (num_vm != int(num_vm)) num_vm = int(num_vm) + 1; print num_vm}' /proc/meminfo

..and add that to the bug so I can see what --cpu setting is being used. Thanks!