> Hi, > > I would like to ask for some help regarding issues with memory allocation. > This is the error that I have found in the log. > > malloc(): Cannot allocate memory [core/utils.c line 1781] > !!! tried memory allocation of 1768781160 bytes !!! > *** backtrace of 7276 *** > *** end of backtrace *** > > This is the configuration I am using: > > * Raspberry Pi model B (first generation) > * Raspbian with kernel 3.12.35+ > * uWSGI 2.0.9 > * Nginx 1.2.1 > * Python 2.7.3 > > The backtrace seems to be empty. > Do I have to manually activate the backtrace in order to see what is > going on? > Thank you. > > -
Hi, paste your uWSGI configuration, you are allocating a huge memory area, let's see if it is caused by some configuration option. -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
