You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/10/08 15:33:47 UTC

[GitHub] tleyden opened a new issue #2839: Return peak memory usage in activation response JSON

tleyden opened a new issue #2839: Return peak memory usage in activation response JSON
URL: https://github.com/apache/incubator-openwhisk/issues/2839
 
 
   
   Problem: there's no easy way to find out if an action is consistently getting close to hitting the memory limits (as opposed to time limits, which is clearly apparent) 
   
   It would be very useful if the activation result json could show the peak memory usage so you can see how close it is to hitting the limits (eg, peak_memory_usage: 486/512 MB)
   
   From @rabbah in Slack:
   
   > this is doable; the information should be stored in the cgroup eg `/sys/fs/cgroup/memory/docker/<container-id>/memory.max_usage_in_bytes`
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services