Closed
Description
- Gitea version (or commit ref):
$ ./gitea --version
Gitea version 6aacf4d
- Git version:
$ git --version
git version 2.7.4
- Operating system:
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.1 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.1 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
- Database (use
[x]
):- PostgreSQL
- MySQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
https://try.gitea.io/test/too-many-files
Description
mkdir too-many-files
cd too-many-files
for i in {1..10000}; do touch $i; done
git init
git add .
git commit -m "Initial commit"
git remote add origin https://try.gitea.io/test/too-many-files.git
git push -u origin master
Then use web browser to load the page.
...
P.S.
- It will eventually have a response, just taking very long time.
- If your server is set up with systemd,
systemctl status gitea.service
will show some interesting/strange phenomenon, which could be informative.