We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fecf208 + c157bbd commit e977939Copy full SHA for e977939
ceph_devstack/requirements.py
@@ -253,7 +253,7 @@ async def check_requirements():
253
result = result and await PodmanDNSPlugin().evaluate()
254
255
# sysctl settings for OSD
256
- result = result and await SysctlValue("fs.aio-max-nr", 1048576).evaluate()
+ result = result and await SysctlValue("fs.aio-max-nr", 2097152).evaluate()
257
result = result and await SysctlValue("kernel.pid_max", 4194304).evaluate()
258
259
return result
0 commit comments