| Make the FastCGI application stop if the memory limit is exceeded. |**`[FastCGI]`**<br/>**`TotalMemoryLimit`**<br/><br/>**`NCBI_CONFIG__FASTCGI__TOTALMEMORYLIMIT`**| An optionally suffixed non-negative real number (e.g. "123456789", "100MiB", or "1.25 G").<br/><br/>No suffix (or a "B" suffix) means the given value is in bytes.<br/><br/>If there is a suffix, there can be spaces between the number and the suffix. The default units are decimal (i.e. powers of 1000) - e.g. "MB". The final "B" is optional for decimal units (e.g. "M"). You can use "i" to indicate binary units (i.e. powers of 1024) – e.g. "MiB".<br/><br/>Valid suffix characters are: "K", "M", "G", "T", "P", and "E".<br/><br/>Suffixes are not case-sensitive. | 0 (unlimited) |
0 commit comments