Skip to content

Commit

Permalink
fix: unable to start seaweedfs
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Apr 23, 2023
1 parent d72d932 commit 3f9dc67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docker.go
Original file line number Diff line number Diff line change
@@ -143,6 +143,7 @@ func (app *Docker) startSeaweedFs() {
"-volume.dir.idx", seaweedFsDataPath,
"-ip", "localhost",
"-volume.port", "9999",
"-volume.minFreeSpace", "1GiB",

This comment has been minimized.

Copy link
@ma-pony

ma-pony Apr 25, 2023

Contributor

1GiB是不是太大了
单纯储存爬虫文件的话,应该10M甚至1M就够了吧

This comment has been minimized.

Copy link
@tikazyq

tikazyq May 3, 2023

Author Contributor

先暂时这样,有些java的会更大一些

"-filer",
)
sys_exec.ConfigureCmdLogging(cmd, func(scanner *bufio.Scanner) {

0 comments on commit 3f9dc67

Please sign in to comment.