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 摘要。