python - MemoryError on Apache2 running Flask -


i'm running app on apache2 server using wsgi , flask on debian config. app python script gathers data database , gets pandas dataframe before displaying graphs on front-end.

on local machine (running windows), can perform huge queries without issue 12gb available memory. when running same code on server (which has lot more memory), memoryerror python when hit 500mb in memory.

i tried check limitation in limits.conf , ulimit -a , set unlimited. believe com flask's restrictions i'm not sure start looking...

thanks in advance help. john


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -