65 | | <mem_usage_base>X</mem_usage_base>:: |
66 | | <mem_usage_per_cpu>Y</mem_usage_per_cpu>:: if specified, estimated memory usage is X + NY, where N is the number of CPUs used. Pass this to the app with a '''--mem_usage X''' command-line arg. |
| 65 | <mem_usage_base_mb>X</mem_usage_base_mb>:: |
| 66 | <mem_usage_per_cpu_mb>Y</mem_usage_per_cpu_mb>:: if specified, estimated memory usage (in Megabytes) is X + NY, where N is the number of CPUs used. Pass this to the app with a '''--memory_size_mb X''' command-line arg. |