diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-29 18:18:29 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-29 18:18:29 +0000 |
commit | 5f80e69fd43169bedeebc5cb3a7204a6b6843461 (patch) | |
tree | 939deeac97c88ecd1313332687cc8c77521d52e3 /vest | |
parent | b1dcd16e660f8c613a78cda5ec9fc6312b0b87c1 (diff) |
fix mem
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@66 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest')
-rwxr-xr-x | vest/dist-vest.pl | 2 |
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; |