|
120 | 120 | ## advertised-host = "192.168.1.100" |
121 | 121 | # Port range for containers. |
122 | 122 | # If multiple agents are used, user must ensure that the port ranges |
123 | | - # don't overlap between the agent, else it may cause subtle issues |
| 123 | + # do not overlap between the agent, else it may cause subtle issues |
124 | 124 | # late into the agent's runtime. |
125 | 125 | port-range = [ 30000, 31000,] |
126 | 126 | # Statistics type |
|
174 | 174 | # the minimum disk space from the scratch disk allocation via loopback files. |
175 | 175 | reserved-disk = "8G" |
176 | 176 | # The alignment of the reported main memory size to absorb tiny deviations from |
177 | | - # per-node firwmare/hardware settings. Recommended to be multiple of the |
| 177 | + # per-node firmware/hardware settings. Recommended to be multiple of the |
178 | 178 | # page/hugepage size (e.g., 2 MiB). |
179 | 179 | memory-align-size = "16M" |
180 | 180 | # Resource allocation order |
|
407 | 407 | ## kernel-gid = 1000 |
408 | 408 | # Port range for containers. |
409 | 409 | # If multiple agents are used, user must ensure that the port ranges |
410 | | - # don't overlap between the agent, else it may cause subtle issues |
| 410 | + # do not overlap between the agent, else it may cause subtle issues |
411 | 411 | # late into the agent's runtime. |
412 | 412 | ## port-range = [ 30000, 31000,] |
413 | 413 | # Statistics type |
|
451 | 451 | # the minimum disk space from the scratch disk allocation via loopback files. |
452 | 452 | reserved-disk = 8589934592 |
453 | 453 | # The alignment of the reported main memory size to absorb tiny deviations from |
454 | | - # per-node firwmare/hardware settings. Recommended to be multiple of the |
| 454 | + # per-node firmware/hardware settings. Recommended to be multiple of the |
455 | 455 | # page/hugepage size (e.g., 2 MiB). |
456 | 456 | memory-align-size = 16777216 |
457 | 457 | # Resource allocation order |
|
0 commit comments