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.