mirror of
https://github.com/clearml/clearml-agent
synced 2025-06-26 18:16:15 +00:00
Improve configuration files (#160)
This commit is contained in:
parent
4c056a17b9
commit
6e7d35a42a
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
storage {
|
storage {
|
||||||
cache {
|
cache {
|
||||||
# Defaults to system temp folder / cache
|
# Defaults to <system_temp_folder>/clearml_cache
|
||||||
default_base_dir: "~/.clearml/cache"
|
default_base_dir: "~/.clearml/cache"
|
||||||
size {
|
size {
|
||||||
# max_used_bytes = -1
|
# max_used_bytes = -1
|
||||||
|
@ -224,7 +224,7 @@ sdk {
|
|||||||
|
|
||||||
storage {
|
storage {
|
||||||
cache {
|
cache {
|
||||||
# Defaults to system temp folder / cache
|
# Defaults to <system_temp_folder>/clearml_cache
|
||||||
default_base_dir: "~/.clearml/cache"
|
default_base_dir: "~/.clearml/cache"
|
||||||
size {
|
size {
|
||||||
# max_used_bytes = -1
|
# max_used_bytes = -1
|
||||||
|
@ -305,7 +305,7 @@ sdk {
|
|||||||
|
|
||||||
storage {
|
storage {
|
||||||
cache {
|
cache {
|
||||||
# Defaults to system temp folder / cache
|
# Defaults to <system_temp_folder>/clearml_cache
|
||||||
default_base_dir: "~/.clearml/cache"
|
default_base_dir: "~/.clearml/cache"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -146,7 +146,7 @@ sdk {
|
|||||||
|
|
||||||
storage {
|
storage {
|
||||||
cache {
|
cache {
|
||||||
# Defaults to system temp folder / cache
|
# Defaults to <system_temp_folder>/clearml_cache
|
||||||
default_base_dir: "~/.clearml/cache"
|
default_base_dir: "~/.clearml/cache"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user