Before working on Login page for our streamlit dashboard, we did detective work to see what caused the cpu-bound lockup in last video.
Action | Mem Utilization
Before stopping streamlit server | 47.4%
After stopping streamlit server | 45.0%
Starting streamlit server | 47.9%
Connect VS Code | 62.1%
After 2 hour with VS Code | 87.5%
After closing VS Code | 57.1%
The data speaks for itself! So, don't leave VS Code connected to remote server too long. Close it when finished.
Github:
https://github.com/feeby2494/dashboar...
Project (new login page done! username: jlynn password: abc):
https://seolynn.com/dashboard
Thank you!