Skip to content

Commit cd3d1d0

Browse files
committed
Add example platform conf
1 parent 9e550fc commit cd3d1d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

example-platform-conf.toml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[capabilities]
2+
# Should large dask compute tasks be run on this platform?
3+
large_compute = false
4+
# Does this plaform support rendering altair graphs and interactive browsing?
5+
altair_render= true
6+
7+
[system]
8+
# Total memory available to dask
9+
max_memory_GB = 10
10+
# Total system processor count
11+
processor_count = 4
12+
# Disk scratch directory that should be used for overflow storage.
13+
temp_directory = "/tmp/dask-tmp"

0 commit comments

Comments
 (0)