From fcf619b5eaff79b7e6dfead394e45a73cea49ff9 Mon Sep 17 00:00:00 2001 From: cccs-kevin <59843993+cccs-kevin@users.noreply.github.com> Date: Mon, 16 Nov 2020 14:24:31 -0500 Subject: [PATCH] Removed specific RAM from service_manifest.yml so that default ranges will be used (reason being that we want 512Mb as the max) (#4) --- service_manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_manifest.yml b/service_manifest.yml index 54afd88..7c507d2 100644 --- a/service_manifest.yml +++ b/service_manifest.yml @@ -40,6 +40,6 @@ heuristics: description: MetaDefender Antivirus hit. docker_config: + allow_internet_access: true image: ${REGISTRY}cccs/assemblyline-service-metadefender:$SERVICE_TAG cpu_cores: 0.25 - ram_mb: 256