We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e550fc commit cd3d1d0Copy full SHA for cd3d1d0
example-platform-conf.toml
@@ -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