]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/ipc/tests/ping_rpmsg_common.cfg.xs
Reduce sizes of data footprint heavy hitters for benefit of K2E
[ipc/ipcdev.git] / packages / ti / ipc / tests / ping_rpmsg_common.cfg.xs
index a98ecc671dcfb3ad48731b7486dc87484a41b9fb..9e3a908f5e8bc6e91534a2bdff16c87a4a46e8c0 100644 (file)
@@ -33,7 +33,7 @@
 var Memory = xdc.useModule('xdc.runtime.Memory');
 var Semaphore = xdc.useModule('ti.sysbios.knl.Semaphore');
 var BIOS = xdc.useModule('ti.sysbios.BIOS');
-BIOS.heapSize = 0x20000;
+BIOS.heapSize = 0x10000;
 //BIOS.libType = BIOS.LibType_Custom;
 
 var Idle = xdc.useModule('ti.sysbios.knl.Idle');