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