|
143 | 143 | </div> |
144 | 144 | </div> |
145 | 145 | <div class="box-footer no-border no-pad-top no-pad-bottom"> |
146 | | - <p class="text-muted small">If you do not want to assign swap space to a server simply put <code>0</code> for the value, or <code>-1</code> to allow unlimited swap space. If you want to disable memory limiting on a server simply enter <code>0</code> into the memory field.<p> |
| 146 | + <p class="text-muted small">If you do not want to assign swap space to a server, simply put <code>0</code> for the value, or <code>-1</code> to allow unlimited swap space. If you want to disable memory limiting on a server, simply enter <code>0</code> into the memory field.<p> |
147 | 147 | </div> |
148 | 148 | <div class="box-body row"> |
149 | 149 | <div class="form-group col-sm-4"> |
|
169 | 169 | </div> |
170 | 170 | </div> |
171 | 171 | <div class="box-footer no-border no-pad-top no-pad-bottom"> |
172 | | - <p class="text-muted small">If you do not want to limit CPU usage set the value to <code>0</code>. To determine a value, take the number <em>physical</em> cores and multiply it by 100. For example, on a quad core system <code>(4 * 100 = 400)</code> there is <code>400%</code> available. To limit a server to using half of a single core, you would set the value to <code>50</code>. To allow a server to use up to two physical cores, set the value to <code>200</code>. BlockIO should be a value between <code>10</code> and <code>1000</code>. Please see <a href="https://docs.docker.com/engine/reference/run/#/block-io-bandwidth-blkio-constraint" target="_blank">this documentation</a> for more information about it.<p> |
| 172 | + <p class="text-muted small">If you do not want to limit CPU usage, set the value to <code>0</code>. To determine a value, take the number of <em>physical</em> cores and multiply it by 100. For example, on a quad core system <code>(4 * 100 = 400)</code> there is <code>400%</code> available. To limit a server to using half of a single core, you would set the value to <code>50</code>. To allow a server to use up to two physical cores, set the value to <code>200</code>. BlockIO should be a value between <code>10</code> and <code>1000</code>. Please see <a href="https://docs.docker.com/engine/reference/run/#/block-io-bandwidth-blkio-constraint" target="_blank">this documentation</a> for more information about it.<p> |
173 | 173 | </div> |
174 | 174 | </div> |
175 | 175 | </div> |
|
239 | 239 | <div class="form-group col-xs-12"> |
240 | 240 | <label for="pStartup">Startup Command</label> |
241 | 241 | <input type="text" id="pStartup" value="{{ old('startup') }}" class="form-control" name="startup" /> |
242 | | - <p class="small text-muted no-margin">The following data replacers are avaliable for the startup command: <code>@{{SERVER_MEMORY}}</code>, <code>@{{SERVER_IP}}</code>, and <code>@{{SERVER_PORT}}</code>. They will be replaced with the allocated memory, server ip, and server port respectively.</p> |
| 242 | + <p class="small text-muted no-margin">The following data replacers are avaliable for the startup command: <code>@{{SERVER_MEMORY}}</code>, <code>@{{SERVER_IP}}</code>, and <code>@{{SERVER_PORT}}</code>. They will be replaced with the allocated memory, server IP, and server port respectively.</p> |
243 | 243 | </div> |
244 | 244 | </div> |
245 | 245 | <div class="box-header with-border" style="margin-top:-10px;"> |
|
0 commit comments