Re: Can resources of a IDLE application be shared by others?
Stanley Shen <meteorping@...>
Yes, it's one way but it's not flexible, and scale app need to restart the app as well.
toggle quoted messageShow quoted text
As I said I may have some heavy operations which will definitely need more than 2G. In my opinion the ideal way is that we just set a maximum value for each process, but during the running of the process, we don't pre-allocate the memory as we specify as the maximum in deployment.
I suggest you manually “cf scale -m 2G“ after your app has booted.
|
|