Last active
March 30, 2020 18:46
-
-
Save jhamman/2afc25930babdd367631246ba302f860 to your computer and use it in GitHub Desktop.
dask_gateway_1.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options.worker_cores = 1 | |
options.worker_memory = 8 | |
cluster = gateway.new_cluster(cluster_options=options) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment