logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

custom_limits.h (231B)


  1. /* SPDX-FileCopyrightText: 2024 Richard Masters <grick23@gmail.com> */
  2. /* SPDX-License-Identifier: MIT */
  3. #undef CHILD_MAX
  4. #define CHILD_MAX 4096
  5. #undef OPEN_MAX
  6. #define OPEN_MAX 4096
  7. #undef FD_SETSIZE
  8. #define FD_SETSIZE OPEN_MAX