Hello,

I have a little problem with my application,
i have a lot of "Exceeded soft memory limit" exception.

But i know why.
My application is a daiting website. All users has a possibility to
make a search with many criteria
So i have a model with a lot of criteria, i use the filter system of
the datastore to get a part of the result (like gender, and
has_picture, country)
but with the result (limited has 200 and ordered by last_presence) i
use python to filter it.

I have many exceptions, but i dont know how i can do better...
Already, the result is limited to 200 and it's really small, i need
about 500.

Exceeded soft memory limit with 299.676 MB after servicing 8724
requests total
Exceeded soft memory limit with 299.145 MB after servicing 1182
requests total
Exceeded soft memory limit with 206.145 MB after servicing 636
requests total
Exceeded soft memory limit with 299.145 MB after servicing 371
requests total
Exceeded soft memory limit with 287.895 MB after servicing 2843
requests total
Exceeded soft memory limit with 299.594 MB after servicing 7138
requests total

APPID: devel-inchallah

Cordialy,
Sahid

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to