From 9ae898c902764c8d942c0ed79e31b9259fbbfbbe Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 12 May 2016 14:43:55 -0400 Subject: [PATCH] made note about slurp memory consumption --- network/basics/slurp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/network/basics/slurp.py b/network/basics/slurp.py index d017e849e64..991e0be05e7 100644 --- a/network/basics/slurp.py +++ b/network/basics/slurp.py @@ -35,6 +35,7 @@ options: default: null aliases: [] notes: + - This module returns an 'in memory' base64 encoded version of the file, take into account that this will require at least twice the RAM as the original file size. - "See also: M(fetch)" requirements: [] author: