<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="process-priority-what" xml:lang="ko">
  <info>
    <revision version="0.1" date="2014-01-26" status="stub"/>
    <link type="guide" xref="" group="processes-info"/>
    <link type="seealso" xref="process-priority-change"/>
    <link type="seealso" xref="cpu-multicore"/>

    <credit type="author copyright">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
      <years>2011, 2014</years>
    </credit>

    <credit type="author copyright">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
      <years>2011</years>
    </credit>

    <desc>프로세스의 <em>nice</em> 값은 우선순위를 조정할 때 사용합니다.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2016, 2017, 2021.</mal:years>
    </mal:credit>
  </info>

  <title>프로세스의 <em>nice</em> 값은 무엇인가요?</title>

  <p>프로세스 우선 순위는 시스템의 하나 이상의 프로세서(CPU 또는 코어)에서 여러 프로세스간 시간 공유 여부를 결정합니다. <em>nice</em> 프로세스 또는 더 높은 nice 값을 적용하면 다른 프로세스보다 우선 처리합니다. nice 값을 조정하면 스케줄링 우선 순위를 늘였다 줄였다 할 수 있습니다.</p>

  <p>낮은 nice 값을 적용하면 프로세스 우선순위가 올라갑니다. nice 값은 -20(낮은 값, 높은 우선순위)에서 20(낮은 우선순위)까지의 범위를 가집니다. nice 기본값은 0입니다.</p>

</page>
