AI 에이전트의 경우: 문서 인덱스는 https://www.mongodb.com/ko-kr/docs/llms.txt에서 사용할 수 있으며, 모든 페이지의 마크다운 버전은 어떤 URL 경로에 .md를 추가하여 사용할 수 있습니다.
Docs Menu

setParameter(데이터베이스 명령)

setParameter

setParameter is an administrative command for modifying options normally set on the command line. You must issue the setParameter command against the admin database.

이 명령은 다음 환경에서 호스팅되는 배포에서 사용할 수 있습니다.

중요

이 명령은 MongoDB Atlas 클러스터에서 지원되지 않습니다. 모든 명령에 대한 Atlas 지원에 관해 자세히 알아보려면 지원되지 않는 명령을 참조하세요.

db.adminCommand(
{
setParameter: 1,
<parameter>: <value>
}
)

예제를 포함하여 사용 가능한 매개변수 는 자체 관리형 배포서버를 위한 MongoDB Server 매개변수를 참조하세요.

Commands issued by the admin command setParameter do not survive server restarts. For a persistent option use the --setParameter command line option or the setParameter configuration file setting.

apiStrict가설정하다 에서 Stable 1 API V 를 사용하는 true 경우 를 setParameter 사용하여 서버 매개변수를 수정할 수 없습니다.

이 페이지 평가하기

이 페이지의 내용