How do i set the max heap size in google app engine?
Posted
by LoudNPossiblyRight
on Stack Overflow
See other posts from Stack Overflow
or by LoudNPossiblyRight
Published on 2010-05-26T17:09:06Z
Indexed on
2010/05/26
17:11 UTC
Read the original article
Hit count: 282
google-app-engine
I just deployed my servlet on the app engine but when i print the max heap size i only get 104857600 which is less than is available by default on my local machine (512 megs).
Is there a way to get google to change this?
I looked at billing but there is no mention of memory usage.
© Stack Overflow or respective owner