Remove memory limits
This commit is contained in:
@@ -6,16 +6,10 @@ suppressMessages({
|
|||||||
library("rlang")
|
library("rlang")
|
||||||
library("ggthemes")
|
library("ggthemes")
|
||||||
library("data.table")
|
library("data.table")
|
||||||
library("unix")
|
|
||||||
})
|
})
|
||||||
|
|
||||||
options(warn = 2)
|
options(warn = 2)
|
||||||
|
|
||||||
# Set the memory limit to 30GB (30 * 1024 * 1024 * 1024 bytes)
|
|
||||||
soft_limit <- 30 * 1024 * 1024 * 1024
|
|
||||||
hard_limit <- 30 * 1024 * 1024 * 1024
|
|
||||||
invisible(rlimit_as(soft_limit, hard_limit))
|
|
||||||
|
|
||||||
# Constants for configuration
|
# Constants for configuration
|
||||||
plot_width <- 14
|
plot_width <- 14
|
||||||
plot_height <- 9
|
plot_height <- 9
|
||||||
|
|||||||
Reference in New Issue
Block a user