Comment on Lmctfy: Google's Linux application container stackparentComments−jamesaguilar12yuseful values for the container specAre you referring to the container spec in the proto file? https://github.com/google/lmctfy/blob/master/include/lmctfy.... Which attributes are you having trouble setting a useful value for?−nickstinemates12yAccording to the docs all that can be set is cpu and memory limits. So maybe that's the extent of it for now, even though the proto identifies more.−shykes12yThank you! I was scanning .h files for a type declaration.. Silly old-school me :)−jamesaguilar12yI only knew because I've worked with the internal analogue of this library recently. Glad I could help.
Comments
Are you referring to the container spec in the proto file? https://github.com/google/lmctfy/blob/master/include/lmctfy.... Which attributes are you having trouble setting a useful value for?
According to the docs all that can be set is cpu and memory limits. So maybe that's the extent of it for now, even though the proto identifies more.
Thank you! I was scanning .h files for a type declaration.. Silly old-school me :)
I only knew because I've worked with the internal analogue of this library recently. Glad I could help.