Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment Issue #168

Open
HuiyuanYan opened this issue Aug 10, 2024 · 1 comment
Open

Environment Issue #168

HuiyuanYan opened this issue Aug 10, 2024 · 1 comment

Comments

@HuiyuanYan
Copy link

Hi there!
During my evaluation, i found two possible issue.

  1. When using the website you provided, I was surprised to find that the passwords for shopping and Reddit did not match my account, so I suspect that the passwords may have been changed.
  2. Due to the issue mentioned in the first point, I am attempting to deploy the local docker environment. But it was found that when accessing the gitlab environment, there are occasional 502/500 access errors on the webpage. After positioning, it was discovered (refer to blog: https://blog.csdn.net/qq_15808243/article/details/132183349 )The folder /dev/shm in the container is already full, causing this error.

So based on the above two issues, I would like to make a reminder that the website password should be corrected in a timely manner, and the gitlab image should be expanded accordingly.

@HuiyuanYan
Copy link
Author

I strongly recommend adding the option argument --shm-size=120g when running the container to expand /dev/shm. The complete command is docker run --name gitlab -d -p 8023:8023 --shm-size=120g gitlab-populated-final-port8023 /opt/gitlab/embedded/bin/runsvdir-start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant