Re: [cloud] #48: remove rsyslog from default image, configure journald options appropriately

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

 



#48: remove rsyslog from default image, configure journald options appropriately
------------------------------+--------------------------------
 Reporter:  mattdm            |       Owner:
     Type:  task              |      Status:  new
 Priority:  normal            |   Milestone:  Fedora 21 (Alpha)
Component:  Cloud Base Image  |  Resolution:
 Keywords:                    |
------------------------------+--------------------------------

Comment (by johannbg):

 How much memory is the journal consuming on the cloud images?

 You can run the following to check it out

 pmap `pidof systemd-journald` | grep total | awk '{ hr=$2/1024 ;
 printf("Systemd Journal Total Memory Usage" "%13.2f Mb ",hr) } { for ( x=4
 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }'

 Now you can turn of persistent storage in the journal
 /etc/systemd/journald.conf by changing Storage=auto to "none" to reduce
 memory consumption but i'm unsure if that would be a reasonable solution
 for cloud images

-- 
Ticket URL: <https://fedorahosted.org/cloud/ticket/48#comment:1>
cloud <https://fedorahosted.org/cloud>
Fedora Cloud Working Group Ticketing System
_______________________________________________
cloud mailing list
cloud@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/cloud
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct





[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Big List of Linux Books]     [Yosemite News]     [Linux Apps]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

  Powered by Linux