Skip to content

Commit 570fbd0

Browse files
tp-andygokoperagen
authored andcommitted
Document increasing the heap size for Kotlin Notebook
Added a small section on adjusting memory settings for Kotlin Notebook. (personally I found the answer on Kotlin Slack #datascience channel)
1 parent a34302f commit 570fbd0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/StardustDocs/topics/setup/SetupKotlinNotebook.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,10 @@ showcasing how Kotlin DataFrame can help with a variety of data tasks.
117117

118118
* Discover powerful [](Kotlin-DataFrame-Features-in-Kotlin-Notebook.md)that
119119
make exploring and understanding your data easier and more effective.
120+
121+
## Memory Errors?
122+
123+
* If you are experiencing `OutOfMemoryError`s and heap space errors, you can adjust Notebook's
124+
memory settings independently of IntelliJ IDEA's memory settings.
125+
126+
* In IntelliJ IDEA, go to Settings... Tools... Kotlin Notebook and increase the `Max heap size`

0 commit comments

Comments
 (0)