Skip to content
Snippets Groups Projects
Commit 65118f00 authored by Jean-Karim Heriche's avatar Jean-Karim Heriche
Browse files

Update version number.

parent 43aeca0a
No related branches found
No related tags found
No related merge requests found
Pipeline #50639 passed
......@@ -4,13 +4,15 @@
## Main application file ##
###########################
VERSION <- "v1.5.2" # Update this when creating a new version
VERSION <- "v1.5.3" # Update this when creating a new version
# Increase max upload size to 1 GB
options(shiny.maxRequestSize=1000*1024^2)
## Increase amount of RAM allocated to the JVM to allow BioFormats to read large files. This needs to be done before loading rJava (or packages using it).
## On Debian-based systems, Java >8 has a too small stack size (1024 KB) resulting in java.lang.StackOverflowError so we increase it with -Xss.
## Increase amount of RAM allocated to the JVM to allow BioFormats to read large files.
## This needs to be done before loading rJava (or packages using it).
## On Debian-based systems, Java >8 has a too small stack size (1024 KB) resulting
## in java.lang.StackOverflowError so we increase it with -Xss.
options(java.parameters = c("-Xmx16g","-Xss12m"))
cran.mirrors <- c('https://cloud.r-project.org/', 'https://ftp.gwdg.de/pub/misc/cran/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment