Mercurial > hg > piper-vamp-js-builds
changeset 22:dd7d3e95f318
pYIN needs far less memory with fixed-lag
author | Chris Cannam |
---|---|
date | Wed, 28 Jun 2017 09:34:21 +0100 |
parents | ac94242cf562 |
children | 5383956f326d |
files | pyin/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pyin/Makefile Wed Jun 14 13:58:45 2017 +0100 +++ b/pyin/Makefile Wed Jun 28 09:34:21 2017 +0100 @@ -24,6 +24,6 @@ -I../../DEPENDENCIES/generic/include \ -I../../vamp-build-and-test/DEPENDENCIES/generic/include -EMFLAGS := -s TOTAL_MEMORY=268435456 +EMFLAGS := -s TOTAL_MEMORY=33554432 include $(PIPER_VAMP_JS_DIR)/Makefile.inc