Description
Referencing from issue fixes #3759
Dear Fellow Developers and Mentors,
Here I have collected all of the issues which appeared from current students at our program
Please add comments on this issue, if you had troubles with installing application and managed to solve the issue. We follow specific format - Error(with screenshots), Description, Solution
Error: There appears to be trouble with your network connection. Retrying...
Description: This error is because you have low speed network connection.
Try with —network-timeout 1000000:
Solution:
yarn osd bootstrap —network-timeout 1000000
Author: Alexei Karikov @Nicksqain
Error: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Description: This error is because there is not enough memory so more memory must be allowed to be used
Solution: sudo sysctl -w vm.max_map_count=262144
For Windows:
wsl -d docker-desktop
sysctl -w vm.max_map_count=262144
Author: Alexei Karikov @Nicksqain
Metadata
Metadata
Assignees
Labels
Type
Projects
Status