We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e78ebc commit db4bd71Copy full SHA for db4bd71
1 file changed
Containerfile.tweaks
@@ -3,3 +3,6 @@ FROM ${BASE_IMAGE}
3
4
RUN rm -rf /usr/share/backgrounds/gnome/* && \
5
find /usr/share/gnome-background-properties/ -name "gnome-*.xml" -delete
6
+
7
+# Increase file descriptor limits
8
+RUN sed -i 's|^[#]*DefaultLimitNOFILE=.*|DefaultLimitNOFILE=524288:1048576|' /usr/lib/systemd/system.conf
0 commit comments