[uWSGI] [Help Needed] Cannot allocate memory

2015-02-04 Thread Poh Yee Hui

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.

--


Regards,
Poh Yee Hui

___
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi


Re: [uWSGI] [Help Needed] Cannot allocate memory

2015-02-04 Thread Roberto De Ioris

 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
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi