Increased memory footprint after pipelining

11 views
Skip to first unread message

Mayank Bhagya

unread,
Aug 19, 2015, 7:13:26 AM8/19/15
to Google App Engine Pipeline API
I am seeing a more than 200% increase in memory footprint of my app after I started using the pipeline runtime.

Has anybody else also experienced something similar?

The reason why I am not able to pinpoint to the pipeline runtime is that I am also using many URLFetch calls from one of the pipelines which is said to consume memory.

Thanks.
-mayank

Mayank Bhagya

unread,
Aug 21, 2015, 4:32:44 AM8/21/15
to Google App Engine Pipeline API
Okay I figured.

It is this line: 
"db.put (entities_to_put)" 
in the 'evaluate' method (second-last line) of the 'Pipeline' class in pipeline.py.

This line causes a jump of 200M in memory usage.
Reply all
Reply to author
Forward
0 new messages