You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/03/26 07:56:52 UTC

[GitHub] [cloudstack] rhtyd commented on issue #3039: VMware 4.11.2.0 system VMs memory consumption grows overtime until heavy swapping occurs

rhtyd commented on issue #3039: VMware 4.11.2.0 system VMs memory consumption grows overtime until heavy swapping occurs
URL: https://github.com/apache/cloudstack/issues/3039#issuecomment-476513377
 
 
   Interesting notes from https://github.com/systemd/systemd/issues/8015#issuecomment-475324192
   ```
   On Debian I fix the memory consumption commenting the following line on /etc/pam.d/common-session:
   
   #session optional pam_systemd.so
   
   But, with that, the ssh sessions doesn't terminate correctly. The fix is already done:
   
   cp /usr/share/doc/openssh-client/examples/ssh-session-cleanup.service /etc/systemd/system/
   systemctl  enable ssh-session-cleanup.service
   Other alternative solution for Debian, add to the end of the file /etc/pam.d/systemd-user :
   
   @include null
   
   It doesn't include any file, because null doesn't exists.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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