Reduce memory with shelve. Fixes #1560

This commit is contained in:
Jay Lee
2022-09-14 18:55:17 +00:00
parent 04bd5f36a0
commit 509919da84
3 changed files with 33 additions and 4 deletions

View File

@@ -553,6 +553,7 @@ def SetGlobalVariables():
'debug.gam',
filePresentValue=4,
fileAbsentValue=0)
_getOldSignalFile(GC_LOW_MEMORY, 'lowmemory.txt')
_getOldSignalFile(GC_NO_BROWSER, 'nobrowser.txt')
_getOldSignalFile(GC_NO_TDEMAIL, 'notdemail.txt')
_getOldSignalFile(GC_OAUTH_BROWSER, 'oauthbrowser.txt')