Re: Systemd service taking huge memory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





El 08-11-2018 a las 11:02, deepan muthusamy escribió:
If I start my application as system service, it is consuming huge memory. This leads to my system getting slow down.
If I start manually, it's not consuming that much memory.

What can be the possible reasons?

Your application has a memory leak on a path that is only excercised when started as a permanently running application..hard to tell without a concrete example and memory usage data.. use

#pmap $(pidof yourprogram)
and see if the PSS size keeps growing or what.

_______________________________________________
systemd-devel mailing list
systemd-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/systemd-devel




[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux