summaryrefslogtreecommitdiff
path: root/vest/dist-vest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vest/dist-vest.pl')
-rwxr-xr-xvest/dist-vest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl
index 2b4bf86b..3139dc73 100755
--- a/vest/dist-vest.pl
+++ b/vest/dist-vest.pl
@@ -35,7 +35,7 @@ my $max_iterations = 15;
my $optimization_iters = 6;
my $num_rand_points = 20;
my $decode_nodes = 15; # number of decode nodes
-my $pmem = "3g";
+my $pmem = "9g";
my $disable_clean = 0;
my %seen_weights;
my $normalize;