AppImage / AppImage/AppImageKit

Increase the file descriptor limit before extracting

オープン
#403 コメント 2 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。