01-02-2024, 03:50 AM
|
#17
|
Grand Sorcerer
Posts: 6,663
Karma: 12595249
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
|
Quote:
Originally Posted by kovidgoyal
Should be easy enough to trace
put a
traceback.print_stack()
in the __init__ method of Cache in db/cache.py
See what is allocating the db.
|
Thank you, I'll do it.
|
|
|