macos – Duplicity不喜欢Mavericks上的max open files设置

macos – Duplicity不喜欢Mavericks上的max open files设置,第1张

概述我使用duplicity来备份一些文件.我现在正在尝试恢复到我的Mac来测试备份,但是出现以下错误: > duplicity me@backupserver.io/backup_dr ~/restored_filesMax open files of 256 is too low, should be >= 1024.Use 'ulimit -n 1024' or higher to corr 我使用duplicity来备份一些文件.我现在正在尝试恢复到我的Mac来测试备份,但是出现以下错误:
> duplicity me@backupserver.io/backup_dr ~/restored_filesMax open files of 256 is too low,should be >= 1024.Use 'ulimit -n 1024' or higher to correct.

所以我尝试:

sudo ulimit -n 1024

它看起来很好,然后运行:

> ulimit -a...open files                      (-n) 256...

你如何实际获得改变的限制?我没有运气谷歌:(

解决方法 我有同样的问题. 原来这个在bash下工作,但不在tcsh中. 总结

以上是内存溢出为你收集整理的macos – Duplicity不喜欢Mavericks上的max open files设置全部内容,希望文章能够帮你解决macos – Duplicity不喜欢Mavericks上的max open files设置所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1032912.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存