From 91d6439d646e09de999404a1917a27dbdf83b720 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 29 Dec 2019 15:41:25 +0100 Subject: behavior: Document RAM usage of screenshot plugin --- crocoite/behavior.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crocoite/behavior.py') diff --git a/crocoite/behavior.py b/crocoite/behavior.py index a12e9c2..1610751 100644 --- a/crocoite/behavior.py +++ b/crocoite/behavior.py @@ -297,6 +297,8 @@ class ScreenshotEvent: class Screenshot (Behavior): """ Create screenshot from tab and write it to WARC + + Chrome will allocate an additional 512MB of RAM when using this plugin. """ __slots__ = ('script') -- cgit v1.2.3