I'm running 3 servers on my VPS using forever. Each of the servers has
On Apr 19, 5:18 pm, Matt <
hel...@gmail.com> wrote:
> I prefer runit because the package handles logging, setting userid, and
> environment variable setting too among other things. It's really nice and
> easy to use and 100% stable.
>
>
>
>
>
>
>
>
>
henry.osw...@sharelatex.com> wrote:
> > I have come to the conclusion forever is not quite production ready.
> > Although I really like it, there are still lots of bugs, more than the
> > maintainers have time to fix at the moment. I have reverted to using
> > upstart which although not as nice is tried and tested.
>
> > On Thursday, April 19, 2012 6:14:16 AM UTC+1, Dave Clements wrote:
>
> >> I wonder if this related to my issue with forever, my hosts have killed
> >> all my node processes a few times, because of going over allotted memory -
> >> I stopped using Forever and the memory usage has stayed low.
>
> >> On Wednesday, 18 April 2012 09:14:21 UTC+1, ec.developer wrote:
>
> >>> Hi all,
> >>> I got a strange problem with Forever .I've started a server, and
> >>> everything was fine at the beginning. After a few days I have checked
> >>> the process list (top) on my VPS, and I see 6 processes of my server.
> >>> It seems that forever forks the process for some reasons. Is it
> >>> normal?
>
> >>> Check out the screenshot. There is htop tree output of the process.