[google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-15 Thread mr . efrem
ok, thanks On Friday, June 15, 2018 at 3:51:30 AM UTC+4, George (Cloud Platform Support) wrote: > > We'll examine the wealth of information provided and attempt reproduction > of the issue. Meanwhile, your patience is appreciated. > -- You received this message because you are subscribed to

[google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-13 Thread mr . efrem
If you will know own documentation better you will understand me. But ok, I will explain to you. if to follow on the link: https://cloud.google.com/appengine/docs/standard/nodejs/building-app/deploying-web-service there is phrase: "Node.js modules are installed in the cloud as listed in your

[google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-13 Thread mr . efrem
If you will know own documentation better you will understand me. But ok, I will explain to you. if to follow on the link: https://cloud.google.com/appengine/docs/standard/nodejs/building-app/deploying-web-service there is phrase: "Node.js modules are installed in the cloud as listed in your

[google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-13 Thread mr . efrem
I added to first line to start script. console.log(process.memoryUsage()); Locally: { rss: 21356544, heapTotal: 7159808, heapUsed: 4475904, external: 26358 } Deployed: { rss: 54624256, heapTotal: 7159808, heapUsed: 4317344, external: 26358 } On Wednesday, June 13, 2018

[google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-13 Thread mr . efrem
I use "MacOs", but "App Engine" uses "Linux". Maybe therefore is such different? "Node.js" version "v8.11.2" is same as on "App Engine". On Wednesday, June 13, 2018 at 4:52:56 PM UTC+4, mr.e...@gmail.com wrote: > > Locally I've such values: > { > rss: 82931712, > heapTotal: 45592576, >

[google-appengine] Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-13 Thread mr . efrem
Locally I've such values: { rss: 82931712, heapTotal: 45592576, heapUsed: 39920088, external: 43999 } but deployed version has such values: { rss: 125652992, heapTotal: 52449280, heapUsed: 35882816, external: 60351 } Locally I tested so: 1. Build app (same step before