File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ duckdb_mode=ON
100100force_innodb_to_duckdb=ON
101101
102102# DuckDB resources (0 = auto)
103- duckdb_memory_limit=0
103+ duckdb_memory_limit=2147483648
104104duckdb_threads=0
105105duckdb_temp_directory=${DIR}/tmp
106106EOF2
@@ -113,7 +113,7 @@ chmod +x init_alisql_dir.sh
113113
114114References:
115115- MySQL 8.0 manual: https://dev.mysql.com/doc/refman/8.0/en/
116- - DuckDB variables: [ AliSQL DuckDB variables] ( ./duckdb/ duckdb_variables-zh.md )
116+ - DuckDB variables: [ AliSQL DuckDB variables] ( ./duckdb_variables-zh.md )
117117
118118---
119119
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ chmod +x init_alisql_dir.sh
122122
123123> 更多配置参数可参考:
124124> - MySQL 8.0 官方文档:https://dev.mysql.com/doc/refman/8.0/en/
125- > - DuckDB 参数参考: [ AliSQL DuckDB 参数] ( ./duckdb/ duckdb_variables-zh.md )
125+ > - DuckDB 参数参考: [ AliSQL DuckDB 参数] ( ./duckdb_variables-zh.md )
126126
127127---
128128
You can’t perform that action at this time.
0 commit comments