WebCal
Ctrl K

FAQ

Frequently Asked Questions

자주 묻는 질문

문서

플랫폼 설정 가이드, 제품 사용법, API 문서, 일반 운영 질문에 대한 답변을 찾아보세요.

자주 묻는 질문
섹션 홈
2026. 07. 30.

Frequently Asked Questions

A: First, use the top and nvidia-smi commands to check CPU and GPU usage, respectively. If the CPU is consistently at 100% and the GPU is idle, it is highly likely that the program is stuck on a GPU call; in that case, please refer to the answer to the previous question.If the issue is not caused by the reasons mentioned above, you’ll need to debug the code. We recommend adding print statements to log output at key lines of code, then running the program to pinpoint the exact line where it’s get

68186회 조회
자주 묻는 질문
2026. 07. 30.

JupyterLab won't open

If installing certain dependencies causes JupyterLab’s dependencies to be inadvertently upgraded or downgraded, affecting JupyterLab’s operation, you can log in to the instance via SSH and run the command jupyter-lab to verify. If the command returns an error, this confirms the issue. In that case, you can resolve it by reinstalling via pip install jupyterlab and then restarting the instance.

74453회 조회
자주 묻는 질문
2026. 07. 30.

Memory leak in SD plotting

If you notice continuous memory growth while plotting or memory growth caused by switching models when using the SD WebUI in the AUTOMATIC1111 project, you can refer to the following methods to resolve the issue

99408회 조회
자주 묻는 질문
2026. 07. 30.

VSCode remote connection failed

If you encounter the following error in the VS output while establishing a remote connection via VS Code, you can refer to the solution below

37015회 조회
자주 묻는 질문
2026. 07. 30.

Cannot access the GPU

First, use the nvidia-smi command to check GPU usage

78151회 조회
자주 묻는 질문
2026. 07. 30.

SSH Connection Errors

1. If you encounter issues with SSH-based connections using VSCode, PyCharm, or similar tools, please troubleshoot and resolve them as follows: 2. If you encounter connection issues when using XShell or MobaXterm, please refer to the documentation; there is no need to continue reading the troubleshooting steps below.

77948회 조회
자주 묻는 질문
2026. 07. 30.

GPU memory was not released

First, use the nvidia-smi command to check GPU usage. If you find that the program has closed but there is still GPU memory in use, this indicates that a residual process is occupying the memory. In that case, free it up as follows:

55454회 조회
자주 묻는 질문
2026. 07. 30.

Insufficient space on the system drive

Note: Files deleted using the rm command cannot be recovered.

63116회 조회
가이드
통합
FAQ
지원
가격
블로그
자주 묻는 질문
JupyterLab won't open
Memory leak in SD plotting
VSCode remote connection failed
Cannot access the GPU
Frequently Asked Questions
SSH Connection Errors
GPU memory was not released
Insufficient space on the system drive