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:
[email protected]


With regards,
Apache Git Services

Reply via email to