Hello Sudhanshu, 

Load is efficiently dealt within Flexible Environment, there is no reason 
to assume otherwise. You do have control over thread creation. To this 
purpose, you typically do not need to use anything other than your 
languageā€™s built-in threading or multiprocessing tools. You may check 
node.js documentation <https://nodejs.org/api/worker_threads.html> related 
to threading. 

Related to the above: you can configure resources 
<https://cloud.google.com/appengine/docs/flexible/nodejs/reference/app-yaml#resource-settings>
 
in the app.yaml configuration file, with statements similar to: 

resources:
  cpu: 1
  memory_gb: 0.5
  disk_size_gb: 10

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/568fdab5-ae80-475d-9ae8-690c6a83ca06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to