mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
system: make sure the repercussion of using "0" is very clear
This commit is contained in:
parent
ef57b57ee5
commit
3d7a9ac1ea
@ -506,7 +506,7 @@ include("head.inc");
|
||||
<td>
|
||||
<input name="max_mfs_var" type="text" id="max_mfs_var" placeholder="50" value="<?= html_safe($pconfig['max_mfs_var']) ?>"/>
|
||||
<div class="hidden" data-for="help_for_max_mfs_var">
|
||||
<?= gettext('Percentage of RAM used for the respective memory disk. A value of "0" means unlimited.') ?>
|
||||
<?= gettext('Percentage of RAM used for the respective memory disk. A value of "0" means unlimited, which will additionally include all swap space.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -525,7 +525,7 @@ include("head.inc");
|
||||
<td>
|
||||
<input name="max_mfs_tmp" type="text" id="max_mfs_tmp" placeholder="50" value="<?= html_safe($pconfig['max_mfs_tmp']) ?>"/>
|
||||
<div class="hidden" data-for="help_for_max_mfs_tmp">
|
||||
<?= gettext('Percentage of RAM used for the respective memory disk. A value of "0" means unlimited.') ?>
|
||||
<?= gettext('Percentage of RAM used for the respective memory disk. A value of "0" means unlimited, which will additionally include all swap space.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user