pwrliang commented on code in PR #556:
URL: https://github.com/apache/sedona-db/pull/556#discussion_r2784253801
##########
c/sedona-libgpuspatial/libgpuspatial/include/gpuspatial/loader/parallel_wkb_loader.hpp:
##########
@@ -531,9 +548,7 @@ class ParallelWkbLoader {
public:
struct Config {
- // How many rows of WKBs to process in one chunk
- // This value affects the peak memory usage and overheads
- int chunk_size = 16 * 1024;
+ float memory_quota = 0.8f; // percentage of free memory to use
Review Comment:
The refiner passes this config to the WKB parser.
--
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]