paleolimbot commented on code in PR #608:
URL: https://github.com/apache/sedona-db/pull/608#discussion_r2818295594


##########
python/sedonadb/python/sedonadb/context.py:
##########
@@ -47,12 +52,48 @@ class SedonaContext:
         ╞═══════╡
         │     1 │
         └───────┘
+
+    Configuring memory limits:
+
+        >>> sd = sedona.db.connect()
+        >>> sd.options.memory_limit = "4gb"
+        >>> sd.options.memory_pool_type = "fair"
+        >>> sd.options.temp_dir = "/tmp/sedona-spill"

Review Comment:
   Probably this should be left as the default value for example purposes 
(unless this value needs to be explicitly configured):
   
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to