Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Full proto too large to save, cleared variables

I got this error while rendering google app engine code.

Do any body have knowledge about this error?

like image 756
Yuv Avatar asked Apr 16 '12 06:04

Yuv


1 Answers

Are you using appstats? It looks like this can happen when appstats is recording state about your app, especially if you're storing lots of data on the stack. It isn't harmful, but you won't be able to see everything when inspecting calls in appstats.

like image 123
Moishe Lettvin Avatar answered Nov 09 '22 22:11

Moishe Lettvin