AppImage / AppImage/AppImageKit

Increase the file descriptor limit before extracting

未关闭
#403 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
needs verification
主要语言
没有语言数据
星标
9.4k
派生
588
PR 合并指标
PR 指标待抓取

描述

We got a [report](https://discourse.appimage.org/t/running-appimage-app-on-ubuntu-16-04/200/6?u=probono) that `--appimage-extract` fails on a very large (15 GB) file and that maybe we are running out of file descriptors.

https://github.com/ipfs/go-ipfs seems to be able to increase the file descriptor limit without needing root rights, maybe we could do the same:

```
me@host:~$ '/home/me/ipfs' daemon
Initializing daemon...
Adjusting current ulimit to 2048...
Successfully raised file descriptor limit to 2048.
```

The code doing this is in https://github.com/ipfs/go-ipfs/blob/master/cmd/ipfs/ulimit_unix.go

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。