|
Rails' memory footprint is very big, it really up to how much memory you app uses. I think the best choice for you is to combine your apps if possible.
LiteSpeed can have the app start on demand, your backend apps can start this way if does not need to run all the time. If you only need one instance for each of your backend app, set "Max Conn" to "1".
|