Backend enabled dev server really slow (unusable)

50 views
Skip to first unread message

Mahron

unread,
Jun 16, 2012, 9:03:26 PM6/16/12
to Google App Engine
Hi,

when enabling backends on the dev server it gets really slow. Running
1.6.6 on windows 7. Has anyone experienced this ?

Ronoaldo José de Lana Pereira

unread,
Jun 18, 2012, 11:33:10 AM6/18/12
to google-a...@googlegroups.com
I observed that when enabling backends locally, the SDK tries to load and reserve memory compatible with you configuration file. For instance, if you have a B4 configured backend, then the SDK starts a new VM thread with all that memory and this slows down the whole development cicle.

We have added to our build script (we use ant build.xml), a target to enable / disable backends, by having a backends.in.xml template, and using ant filtering. This is awkward, but solved the problem of running the local SDK without the need to test backends locally.

Hope this helps,

Mahron

unread,
Jun 18, 2012, 12:48:22 PM6/18/12
to Google App Engine
Yes, very helpful thanks. Now I know where it comes from. I will try
to work around it.
Reply all
Reply to author
Forward
0 new messages