mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-02 20:02:29 +01:00 
			
		
		
		
	In order to reduce memory footprint and improve boot speed/predictability. The following changes have been made: - add vm.min_free_kbytes to sysctl - periodically clear disk cache (depending on memory size) - only start guest services specific to hypervisor - use systemvm code to determine hypervisor type (not systemd) - start cloud service at end of post init rather than through systemd - reduce initial threads started for httpd - fix vmtools config file Fixes #3039 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			398 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			398 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Xen Guest Monitoring Agent
 | 
						|
DefaultDependencies=no
 | 
						|
After=local-fs.target
 | 
						|
Requires=proc-xen.mount
 | 
						|
Before=network.target cloud-early-config.service
 | 
						|
ConditionPathExists=/proc/xen/capabilities
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStartPre=/usr/sbin/xe-linux-distribution /var/cache/xe-linux-distribution
 | 
						|
ExecStart=/usr/sbin/xe-daemon
 | 
						|
StandardOutput=journal+console
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |