architekt1024 / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Incorrect logging messages for memory limit configuration issues. #281

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

                ap_log_error(APLOG_MARK, WSGI_LOG_CRIT(0), wsgi_server,
                             "mod_wsgi (pid=%d): Couldn't set memory time "
                             "limit of %ld for process '%s'.", getpid(),
                             (long)daemon->group->memory_limit,
                             daemon->group->name);

                ap_log_error(APLOG_MARK, WSGI_LOG_CRIT(0), wsgi_server,
                             "mod_wsgi (pid=%d): Couldn't set virtual memory "
                             "time limit of %ld for process '%s'.", getpid(),
                             (long)daemon->group->virtual_memory_limit,
                             daemon->group->name);

Should not say 'time'.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 16 Nov 2012 at 1:58

GoogleCodeExporter commented 8 years ago
Finally addressed in 4.3.3.

Original comment by Graham.Dumpleton@gmail.com on 12 Nov 2014 at 10:40