Skip to content

Commit

Permalink
aumenta limite de memória
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed May 28, 2024
1 parent 3680a37 commit 1b94406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/R/corretor.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ notaR <- function (id.exerc, arquivo) {
# import files
file.copy(list.files("/arquivos/", recursive=TRUE, full.names=TRUE), ".");
# Limits memory usage
rlimit_as(1e9);
rlimit_as(1e10);
rlimit_cpu(15);
# Read file
texto <- readLines(arquivo, encoding="utf8");
Expand Down

0 comments on commit 1b94406

Please sign in to comment.