Skip to content
Snippets Groups Projects
Commit 30795643 authored by Joseph P. Donaghy's avatar Joseph P. Donaghy
Browse files

Increase column size for three headers.

parent 6383a592
No related branches found
No related tags found
No related merge requests found
......@@ -61,9 +61,9 @@ print_field_t fields[] = {
{10, "MaxRSS", print_fields_str, PRINT_MAXRSS},
{10, "MaxRSSNode", print_fields_str, PRINT_MAXRSSNODE},
{10, "MaxRSSTask", print_fields_int, PRINT_MAXRSSTASK},
{8, "MaxVMSize", print_fields_str, PRINT_MAXVSIZE},
{12, "MaxVMSizeNode", print_fields_str, PRINT_MAXVSIZENODE},
{12, "MaxVMSizeTask", print_fields_int, PRINT_MAXVSIZETASK},
{10, "MaxVMSize", print_fields_str, PRINT_MAXVSIZE},
{14, "MaxVMSizeNode", print_fields_str, PRINT_MAXVSIZENODE},
{14, "MaxVMSizeTask", print_fields_int, PRINT_MAXVSIZETASK},
{10, "MinCPU", print_fields_str, PRINT_MINCPU},
{10, "MinCPUNode", print_fields_str, PRINT_MINCPUNODE},
{10, "MinCPUTask", print_fields_int, PRINT_MINCPUTASK},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment