We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
대용량 데이터 플랫폼에서, vm.swappniess 값을 옛날에는 0을 권장했었다. 이는 메모리 부족 사태가 발생하지 않는 한 스와핑하지 말라 라는 의미였다.
vm.swappniess
하지만 최근 리눅스 배포판에서는 어떠한 경우에도 스와핑하지 말라 로 의미가 바뀌었다. 그래서 카프카의 경우엔 0이 아닌, 1로 설정을 권장하고 있다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Swap
대용량 데이터 플랫폼에서,
vm.swappniess
값을 옛날에는 0을 권장했었다. 이는 메모리 부족 사태가 발생하지 않는 한 스와핑하지 말라 라는 의미였다.하지만 최근 리눅스 배포판에서는 어떠한 경우에도 스와핑하지 말라 로 의미가 바뀌었다.
그래서 카프카의 경우엔 0이 아닌, 1로 설정을 권장하고 있다.
The text was updated successfully, but these errors were encountered: