"131072"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
4번째 줄: 4번째 줄:
;131072
;131072
* 2<sup>17</sup>
* 2<sup>17</sup>
<syntaxhighlight lang='python' run>
print(2**17)
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@localhost:~# sysctl -a | grep 131072
net.ipv4.tcp_rmem = 4096        131072  6291456
vm.user_reserve_kbytes = 131072
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[65536]]
* [[131071]]
* [[131071]]
* [[131073]]
* [[131073]]
* [[262144]]


==참고==
==참고==

2022년 12월 1일 (목) 00:19 기준 최신판

1 개요[ | ]

十三萬 千七十二
십삼만 천칠십이
131072
  • 217
print(2**17)
root@localhost:~# sysctl -a | grep 131072
net.ipv4.tcp_rmem = 4096        131072  6291456
vm.user_reserve_kbytes = 131072

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}