Skip to content

Commit 3da5e13

Browse files
committed
Remove JVM parameters
1 parent 2aeb5f0 commit 3da5e13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/Counterfactuals.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"pwd = os.path.abspath('')\n",
2222
"\n",
2323
"trustyai.init(\n",
24-
" # JVM settings specific for mybinder.org's limitations\n",
25-
" # \"-Xmx512m\", \"-XX:+UseG1GC\", \"-XX:MaxGCPauseMillis=1000\",\n",
2624
" path = [\n",
2725
" pwd + \"/../dep/org/kie/kogito/explainability-core/1.16.0.Final/*\",\n",
2826
" pwd + \"/../dep/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar\",\n",

0 commit comments

Comments
 (0)