Skip to content

Commit 119a7ce

Browse files
Fix error
1 parent f98ccfe commit 119a7ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clickhouse-datalake/cloud-init.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ chmod +x *.sh
1212

1313
curl https://clickhouse.com/ | sh
1414

15+
> clickhouse-local.yaml echo "
16+
filesystem_caches:
17+
cache:
18+
path: '/dev/shm/clickhouse/'
19+
max_size: '16G'
20+
"
21+
1522
echo "Partitioned:" > log
1623
./run.sh >> log
1724

0 commit comments

Comments
 (0)