Go to the source code of this file.
Functions | |
void | resource_limits_init (void) |
void | resource_usage_print (void) |
void resource_limits_init | ( | void | ) |
The resource_limits_init function is used to maximize all of the memory limits. This may be necessary for building file histories of large projects.
void resource_usage_print | ( | void | ) |
The resource_usage_print method is used to print resource usage statistics on the standard error. This is usually done when an ENOMEM error is seen.