diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-12 11:40:53 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-12 11:41:56 -0500 |
| commit | 2e395258aeec9771d84ac5109a0b198f86c5211c (patch) | |
| tree | ae66fd1c3e0b75dd9c1993a2127e41cadaf28710 | |
| parent | e9a9ddd236f096b52630c8de9405b6ef772bf6af (diff) | |
raise max open files for system_server
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 5f6e98e8..a0b6a878 100644 --- a/static/releases.html +++ b/static/releases.html @@ -717,10 +717,11 @@ <p>Changes since the 2023120800 release:</p> <ul> - <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-87">version 87</a></li> + <li>raise max open files for system_server to 256k from the baseline 32k limit used for all processes on Android due to situations where the 32k limit is exhausted</li> <li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold): backport fix for glibc 2.38 build error to device-specific driver source tree too to end the need for mounting a modified features.h for building host executables</li> <li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision including update to 5.10.201</li> <li>kernel (Pixel 8, Pixel 8 Pro, Generic 5.15): update to latest GKI LTS branch revision including update to 5.15.138</li> + <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-87">version 87</a></li> </ul> </article> --> |
