zhimin-z
commited on
Commit
·
fa6414e
1
Parent(s):
3607c9f
fix
Browse files
msr.py
CHANGED
|
@@ -303,7 +303,7 @@ def get_duckdb_connection():
|
|
| 303 |
|
| 304 |
# CORE MEMORY & THREADING SETTINGS
|
| 305 |
conn.execute(f"SET threads TO 6;")
|
| 306 |
-
conn.execute(f"SET max_memory = '
|
| 307 |
conn.execute("SET temp_directory = '/tmp/duckdb_temp';")
|
| 308 |
|
| 309 |
# GZIP PARALLEL DECOMPRESSION (only needed for .json.gz files)
|
|
|
|
| 303 |
|
| 304 |
# CORE MEMORY & THREADING SETTINGS
|
| 305 |
conn.execute(f"SET threads TO 6;")
|
| 306 |
+
conn.execute(f"SET max_memory = '50GB';")
|
| 307 |
conn.execute("SET temp_directory = '/tmp/duckdb_temp';")
|
| 308 |
|
| 309 |
# GZIP PARALLEL DECOMPRESSION (only needed for .json.gz files)
|