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

Fedora Cloud Trac Tickets cloud-trac at fedoraproject.org
Tue Apr 22 09:36:20 UTC 2014


#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


More information about the cloud mailing list