diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2018-01-05 17:24:09 -0700 |
|---|---|---|
| committer | celtare21 <celtare21@gmail.com> | 2018-09-16 19:33:49 +0000 |
| commit | 900d3bd0976dbc939737af1d675407899b2beb3a (patch) | |
| tree | 7ffe2a48df911ec1f310c1e98a69cf90f3c09227 | |
| parent | e377593f8c886bbacc6c5a0986d52f977b044515 (diff) | |
mata: Reserve 128MB for critical system components.o8.1
We recently created a new GID that can be granted to critical system
processes, so that the system is usable enough for the user to free
up disk space used by abusive apps.
128MB ought to be enough for anybody.
Test: builds, boots
Bug: 62024591
Change-Id: I54bfde3fb1a198f6f6c0e03c4bf21e48324ed8fc
Signed-off-by: celtare21 <celtare21@gmail.com>
| -rw-r--r-- | rootdir/etc/fstab.mata | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/fstab.mata b/rootdir/etc/fstab.mata index eed8421d..71b24998 100644 --- a/rootdir/etc/fstab.mata +++ b/rootdir/etc/fstab.mata @@ -10,7 +10,7 @@ /dev/block/zram0 none swap defaults zramsize=536870912,max_comp_streams=4 /dev/block/bootdevice/by-name/system / ext4 ro,barrier=1 wait,slotselect,verify -/dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc,data=writeback,discard,commit=300 latemount,wait,check,formattable,encryptable=footer,length=-16384 +/dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc,data=writeback,discard,commit=300 latemount,wait,check,formattable,encryptable=footer,length=-16384,reservedsize=128M /dev/block/bootdevice/by-name/bluetooth /bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait,slotselect /dev/block/bootdevice/by-name/dsp /dsp ext4 ro,nosuid,nodev,barrier=1,context=u:object_r:adsprpcd_file:s0 wait,slotselect |
