Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谷歌应用引擎开发服务器需要很长时间才能启动(10 多分钟)。在启动期间,GAE 会在 autoreload.py 和 ProtocolBuffer.py 中花费大量时间。知道为什么要花这么长时间吗?我能做些什么来加快速度?
我的本地数据存储中有大量数据。它使启动过程陷入困境。我清除了本地数据存储,现在它正在快速启动。
dev_appserver.py --clear_datastore myapp