If i run simple node.js server, how jelastic automatic vertical scaling affects it? Is it scale only resources like CPU, RAM and so on, or creates new node containers that work in parralell?
If it's scale only resources, than how should i use pm2 cluster mode correctly to spawn new process on new CPU core?