Re: [appengine-java] 500 Server error when loading data into memory

2010-02-09 Thread Toby Reyelts
How large is your file unzipped? If it's 9M compressed, I wouldn't be surprised if it comes out to be > 100M decompressed in Java heap space causing your heap to be blown out. Are you sure there aren't any errors in your admin console? On Wed, Feb 3, 2010 at 4:46 PM, Alyona wrote: > Hi, > > I g

Re: [appengine-java] 500 Server error when loading data into memory

2010-02-09 Thread Ikai L (Google)
There's a 10mb limit on files, but I'm wondering if we accidentally trip this if it's a bit lower. What happens if you break the zip file up and load it piecemeal? On Wed, Feb 3, 2010 at 1:46 PM, Alyona wrote: > Hi, > > I get a 500 Server error when running my app maui-indexer. > It might have s

[appengine-java] 500 Server error when loading data into memory

2010-02-03 Thread Alyona
Hi, I get a 500 Server error when running my app maui-indexer. It might have something to do with the timeout or the quota, when a relatively large zipped text file (~9M) is loaded into memory, which is required by my app. I had now problems uploading using eclipse and I can't see any specific inf