You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printOption("--vm.agentpath:<pathname>[=<options>]", "Load native agent library by full pathname");
346
-
printOption("--vm.javaagent:<jarpath>[=<options>]", "Load Java programming language agent");
347
-
printOption("--vm.Xbootclasspath/a:<...>", "A " + File.pathSeparator + " separated list of classpath entries that will be added to the JVM's boot classpath");
348
-
printOption("--vm.Xmx<size>", "Set maximum Java heap size");
echo"Note: this script is deprecated use: \$GRAALVM_HOME/bin/gu rebuild-images R"
78
64
if [[ $silent-eq 0 ]];then
79
-
echo"This script is going to build a native image of the R runtime and update the R launchers to use that image as the default, i.e., when '--jvm' option is not used. You can uninstall the native image by running this script with the 'uninstall' argument. Run this script with '--help' for more details."
80
-
echo"The build takes several minutes and needs a minimum of 6GB of RAM and 150MB of free disk space. The computer may lag during the build."
65
+
echo"This script is going to build a native image of the R runtime and update the R launchers to use that image as the default, i.e., when '--jvm' option is not used."
66
+
echo"The build takes several minutes and needs a minimum of 8GB of RAM and 200MB of free disk space. The computer may lag during the build."
81
67
read -p "Are you sure you want to build and install the native image of the R runtime? (Yy/Nn) " -n 1 -r
0 commit comments