commit | c68f66ab4a6cd4cbe93fa7bef22714a8fd4f75d2 | [log] [tgz] |
---|---|---|
author | Benedict Wong <benedictwong@google.com> | Fri Mar 16 17:45:20 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 16 17:45:20 2018 +0000 |
tree | 84edad91ff4cf38593e631c3092a88213d103e5c | |
parent | 4dcefd278ea20f6136ed17e0589c41908a05188c [diff] | |
parent | cb6d2e81cf9877e666fa1ee040b3f3d2390996e3 [diff] |
Merge "Set SPI Allocation Timeout to One Hour"
diff --git a/rootdir/init.rc b/rootdir/init.rc index a213ffb..1462570 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -573,6 +573,9 @@ hostname localhost domainname localdomain + # IPsec SA default expiration length + write /proc/sys/net/core/xfrm_acq_expires 3600 + # Memory management. Basic kernel parameters, and allow the high # level system server to be able to adjust the kernel OOM driver # parameters to match how it is managing things.