You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!
During my evaluation, i found two possible issue.
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.
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.
The text was updated successfully, but these errors were encountered:
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.
Hi there!
During my evaluation, i found two possible issue.
gitlab
environment, there are occasional502/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.The text was updated successfully, but these errors were encountered: