From 9fa1c4af576d9deeb88d7f9f22f349eb31fcb7f4 Mon Sep 17 00:00:00 2001 From: Allen Lee Date: Wed, 15 Jun 2022 15:36:24 -0400 Subject: [PATCH] re #391 mv. re #392 lower hardcoded GPU mem limit in interim. --- {condaenv => install}/env.yml | 0 matlab/DLBackEndClass.m | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {condaenv => install}/env.yml (100%) diff --git a/condaenv/env.yml b/install/env.yml similarity index 100% rename from condaenv/env.yml rename to install/env.yml diff --git a/matlab/DLBackEndClass.m b/matlab/DLBackEndClass.m index e75c9007e..d96d14014 100644 --- a/matlab/DLBackEndClass.m +++ b/matlab/DLBackEndClass.m @@ -13,7 +13,7 @@ % would just be "DLBackEnd" and the enum/type would go away. properties (Constant) - minFreeMem = 9000; % in MiB + minFreeMem = 4000; % in MiB currentDockerImgTag = 'tf1.15_py3_20201027'; RemoteAWSCacheDir = '/home/ubuntu/cacheDL';