]> git.proxmox.com Git - ceph.git/blob - ceph/etc/sysctl/CMakeLists.txt
update sources to v12.2.3
[ceph.git] / ceph / etc / sysctl / CMakeLists.txt
1 if(CMAKE_SIZEOF_VOID_P EQUAL 8)
2 # 4194304 is the maximum limit possible on 64-bit CONFIG_BASE_FULL kernels.
3 # Keep the default for 32-bit systems.
4 set(sysctl_pid_max "kernel.pid_max = 4194304")
5 endif()
6
7 configure_file(90-ceph-osd.conf.in
8 ${CMAKE_CURRENT_SOURCE_DIR}/90-ceph-osd.conf
9 @ONLY)