Skip to content

Commit

Permalink
re #391 mv. re #392 lower hardcoded GPU mem limit in interim.
Browse files Browse the repository at this point in the history
  • Loading branch information
allenleetc committed Jun 15, 2022
1 parent 78719ad commit 9fa1c4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion matlab/DLBackEndClass.m
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 9fa1c4a

Please sign in to comment.