in reply to Starman eat all the memory with Dancer REST api

Any idea why Starman is eating my memory? Thanks!

Because your program/application is eating your memory

  • Comment on Re: Starman eat all the memory with Dancer REST api

Replies are listed 'Best First'.
Re^2: Starman eat all the memory with Dancer REST api
by sakinho (Initiate) on Jan 20, 2014 at 15:51 UTC

    What a confidence in Starman! :P

    Of course that was my first thought, but my app don't have memory leaks if I execute standalone, just when I execute with Starman happends.

    I tryed Starman only with 1 worker and I modified my app to perform a single operation, and the problem was still there.