From f66323a83721d32ed80037edeac6f1f66f0a4041 Mon Sep 17 00:00:00 2001 From: BradReesWork Date: Fri, 8 May 2020 09:13:35 -0400 Subject: [PATCH] updated text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 075dc1eb7ff..7b81a994536 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ cuGraph provides an auto-renumbering feature, enabled by default, during Graph c cuGraph is constantly being updatred and improved. Please see the [Transition Guide](TRANSITIONGUIDE.md) if errors are encountered with newer versions ## Graph Sizes and GPU Memory Size -As a simple rule of thumb, the amount of GPU memory should be about twice the size of the data size. That gives overhead for the CSV reader and other transform functions. There are ways around the rule but using smaller data chunks. +The amount of memory required is dependent on the graph structure and the analytic being executed. As a simple rule of thumb, the amount of GPU memory should be about twice the size of the data size. That gives overhead for the CSV reader and other transform functions. There are ways around the rule but using smaller data chunks. | Size | Recomended GPU Memory | |-------------------|-----------------------|