]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - examples/two_eo_per_frame/main.cpp
Revert "Adjust example heap sizes with new TIDL library"
[tidl/tidl-api.git] / examples / two_eo_per_frame / main.cpp
index f309d4e3734c604d0be5817971f6d9dd6cdc9b56..d1aa6dc7a5d403538e5cdbbedb9f5ae135847d48 100644 (file)
@@ -91,7 +91,7 @@ bool Run(int num_eve, int num_dsp, const char* ref_output)
 
     // Heap sizes for this network determined using Configuration::showHeapStats
     c.PARAM_HEAP_SIZE   = (3 << 20); // 3MB
-    c.NETWORK_HEAP_SIZE = (34 << 20); // 34MB
+    c.NETWORK_HEAP_SIZE = (20 << 20); // 20MB
 
     // Run this example for 16 input frames
     c.numFrames = 16;