Skip to content

Commit 84e6306

Browse files
authored
Update embedded.md (#229)
Document usage of JDK_JAVA_OPTIONS to pass java args for embedded JVM.
1 parent d5588a4 commit 84e6306

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

topics/embedded.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ two important libraries for clojure loaded, nrepl and cider which allow a rich,
8181
interactive development experience so let's now connect to that port with our favorite
8282
Clojure editor - emacs of course ;-).
8383

84+
If you want to specify arbitrary arguments for the JVM to be started by Python,
85+
you can use the environment variable `JDK_JAVA_OPTIONS` to do so. It will be picked up by
86+
the JVM when starting.
87+
```
88+
```
8489

8590
## From the Clojure REPL
8691

0 commit comments

Comments
 (0)