summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2019-12-29 15:41:25 +0100
committerLars-Dominik Braun <lars@6xq.net>2019-12-29 15:41:25 +0100
commit91d6439d646e09de999404a1917a27dbdf83b720 (patch)
tree94ff4be3b2abd7802e52d5423f5e666b21e7d1b9
parent2bacee3a07c137eae84377b466b302a8c63a61fa (diff)
downloadcrocoite-91d6439d646e09de999404a1917a27dbdf83b720.tar.gz
crocoite-91d6439d646e09de999404a1917a27dbdf83b720.tar.bz2
crocoite-91d6439d646e09de999404a1917a27dbdf83b720.zip
behavior: Document RAM usage of screenshot plugin
-rw-r--r--crocoite/behavior.py2
1 files changed, 2 insertions, 0 deletions
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')