 2a39adfe0f
			
		
	
	
		2a39adfe0f
		
			
		
	
	
	
	
		
			
			Initial size of those tmpfs-mounted directories is calculated as 50% of RAM at VM startup time. Which happen to be quite small number, like 150M. Having such small /tmp and/or /dev/shm apparently isn't enough for some applications like Google chrome. So set the size statically at 1GB, which would be the case for baremetal system with 2GB of RAM. Fixes QubesOS/qubes-issues#1003
		
			
				
	
	
		
			14 lines
		
	
	
		
			843 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			843 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Accessible filesystems, by reference, are maintained under '/dev/disk'
 | |
| # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
 | |
| #
 | |
| /dev/mapper/dmroot /                       ext4 defaults,noatime        1 1
 | |
| /dev/xvdb		/rw			auto	noauto,defaults,discard	1 2
 | |
| /rw/home        /home       none    noauto,bind,defaults 0 0
 | |
| /dev/xvdc1      swap                    swap    defaults        0 0
 | |
| tmpfs                   /dev/shm                tmpfs   defaults,size=1G        0 0
 | |
| devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
 | |
| sysfs                   /sys                    sysfs   defaults        0 0
 | |
| proc                    /proc                   proc    defaults        0 0
 | |
| xen                     /proc/xen               xenfs   defaults        0 0
 | |
| /dev/xvdi	/mnt/removable	auto noauto,user,rw 0 0
 |