Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address comment
  • Loading branch information
HyukjinKwon committed Jan 31, 2019
commit 7fa33ed39053a98d36502cf8f9237004ee968c69
4 changes: 3 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ of the most common options to set are:
shared with other non-JVM processes. When PySpark is run in YARN or Kubernetes, this memory
is added to executor resource requests.
<br/>
<em>Note:</em> This feature is dependent on Python's `resource` module; therefore, the behaviors and limitations are inherited.
<em>Note:</em> This feature is dependent on Python's `resource` module; therefore, the behaviors and
limitations are inherited. For instance, Windows does not support resource limiting and actual
resource is not limited on MacOS.
</td>
</tr>
<tr>
Expand Down