Re: [google-appengine] Re: Billing for additional RAM

2010-12-27 Thread alf
there are any away to monitor how memory your object are using in live app. May be googleer should be help us to detect lack of memory. thanks -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

Re: [google-appengine] Re: Billing for additional RAM

2010-12-26 Thread Tim Hoffman
Hi You can't get more memory (at least at the moment). I haven't seen it on the roadmap. 300MB appears to be the current ceiling (and has been for some time) You should probably describe why you need that much memory in an instance. Maybe rethink your application strategy. If you are trying

Re: [google-appengine] Re: Billing for additional RAM

2010-12-26 Thread Tim Hoffman
In fact looking at your logs and the izip code I would suggest you are possibly leaking memory or you are just trying to process too much information in a single request. Rgds T -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to

Re: [google-appengine] Re: Billing for additional RAM

2010-12-25 Thread kash
I am trying to figure our how flexible i can expand this memory if i paid for it. they still do not have a clear payment model when it comes to RAM usage. I want a social networking website that has features like facebook. this is gonna be my business for a while. I am not sure yet if i can

[google-appengine] Re: Billing for additional RAM

2010-12-25 Thread kash
I just did -- 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

[google-appengine] Re: Billing for additional RAM

2010-12-25 Thread Norlesh
Another thing to consider is using a separate service for doing the heavy lifting in the background. In Google I/O 2009 - App Engine Nitty-Gritty: Scalability, Fault Tolerance, and Integrating Amazon EC2 [http://www.youtube.com/watch? v=p4F62q1kJ7I] they use a dedicated server instance on EC2 to

RE: [google-appengine] Re: Billing for additional RAM

2010-12-25 Thread Brandon Wirtz
limits because you will be running more than one instance. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of Norlesh Sent: Saturday, December 25, 2010 4:03 PM To: Google App Engine Subject: [google-appengine] Re: Billing

Re: [google-appengine] Re: Billing for additional RAM

2010-12-24 Thread redsxz
I get some errors log here 12-24 02:34AM 08.425 Exceeded soft memory limit with 293.391 MB after servicing 8 requests total Exceeded soft memory limit with 276.465 MB after servicing 6 requests total Exceeded soft memory limit with 276.902 MB after servicing 22 requests total Exceeded soft memory

[google-appengine] Re: Billing for additional RAM

2010-12-23 Thread Norlesh
Darn, thats not what I was hoping for! Ive just posted an issue request so maybe Sam, Kash and anyone else that feels strongly could go ahead and star it Issue 4302:Quota limits for memory on tasks http://code.google.com/p/googleappengine/issues/detail?id=4302 -cheers, Shane On Dec

[google-appengine] Re: Billing for additional RAM

2010-12-21 Thread kash
Hi Norlesh, I sent a request for GAE team through a CPU quota increase request form. i asked them about the memory issue. i got the below reply, which i still find a bot vague. can you have a look at it and tell me what you think Google support reply: Hi. Thank you for choosing App Engine to

[google-appengine] Re: Billing for additional RAM

2010-12-21 Thread Norlesh
Hi Kash, seems to me were allowed to use as much memory as our apps can acquire but no more (not helpful I know) and since normal app requests are shooting for below 1 second response theres probably not a lot of pressure to beef that up above the current amount which from what Ive gathered seems

[google-appengine] Re: Billing for additional RAM

2010-12-20 Thread Norlesh
Hi Kash, I have no idea about what the charge would be - only thing I found to suggest that it could be possible in the future was something eluded to in the last post of http://code.google.com/p/googleappengine/issues/detail?id=1646 on 13 Dec where a googler mentioned checking out the