serverOptions.v.preStopSeconds=cmdServer.Flag.Int("volume.preStopSeconds",10,"number of seconds between stop send heartbeats and stop volume server")
serverOptions.v.pprof=cmdServer.Flag.Bool("volume.pprof",false,"enable pprof http handlers. precludes --memprofile and --cpuprofile")
serverOptions.v.pprof=cmdServer.Flag.Bool("volume.pprof",false,"enable pprof http handlers. precludes -memprofile and -cpuprofile")
serverOptions.v.idxFolder=cmdServer.Flag.String("volume.dir.idx","","directory to store .idx files")
serverOptions.v.inflightUploadDataTimeout=cmdServer.Flag.Duration("volume.inflightUploadDataTimeout",60*time.Second,"inflight upload data wait timeout of volume servers")
serverOptions.v.inflightDownloadDataTimeout=cmdServer.Flag.Duration("volume.inflightDownloadDataTimeout",60*time.Second,"inflight download data wait timeout of volume servers")
v.ldbTimeout=cmdVolume.Flag.Int64("index.leveldbTimeout",0,"alive time for leveldb (default to 0). If leveldb of volume is not accessed in ldbTimeout hours, it will be off loaded to reduce opened files and memory consumption.")
v.concurrentUploadLimitMB=cmdVolume.Flag.Int("concurrentUploadLimitMB",256,"limit total concurrent upload size")
v.concurrentDownloadLimitMB=cmdVolume.Flag.Int("concurrentDownloadLimitMB",256,"limit total concurrent download size")
v.pprof=cmdVolume.Flag.Bool("pprof",false,"enable pprof http handlers. precludes --memprofile and --cpuprofile")
v.pprof=cmdVolume.Flag.Bool("pprof",false,"enable pprof http handlers. precludes -memprofile and -cpuprofile")