Skip to content

Commit

Permalink
also remove duckdb-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Jun 28, 2024
1 parent c1eb018 commit 1b3b8de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion duckdb-latest/join-duckdb-latest.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ if (less_cores) {
ncores = min(ncores, 40)
}
invisible(dbExecute(con, sprintf("PRAGMA THREADS=%d", ncores)))
invisible(dbExecute(con, "SET memory_limit='200GB'"))
git = dbGetQuery(con, "SELECT source_id FROM pragma_version()")[[1L]]

invisible({
Expand Down

0 comments on commit 1b3b8de

Please sign in to comment.