We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44f717 commit 64b0633Copy full SHA for 64b0633
graphdatascience/session/session_sizes.py
@@ -44,6 +44,7 @@ class SessionMemory(Enum):
44
"""
45
Enumeration representing session main memory configurations.
46
47
+
48
m_2GB = SessionMemoryValue("2GB")
49
m_4GB = SessionMemoryValue("4GB")
50
m_8GB = SessionMemoryValue("8GB")
0 commit comments