comparison src/condat2/com/src/config/gsmcomp.c @ 581:a0a45c5eb3ef

gsmcomp.c: bumping trace partition size to 220 like in gprscomp.c This change is safe in terms of RAM usage because all of these partition pools have already been moved from XRAM to IRAM earlier, and our IRAM usage in VO configs is currently quite low - the one near the limit is XRAM on C11x.
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Jan 2019 03:52:49 +0000
parents 8a2aa6b8aed8
children
comparison
equal deleted inserted replaced
580:d7a40e34fee0 581:a0a45c5eb3ef
478 #define TSTSND_QUEUE_ENTRIES (TESTPOOL_0_PARTITIONS+TESTPOOL_1_PARTITIONS+TESTPOOL_2_PARTITIONS) 478 #define TSTSND_QUEUE_ENTRIES (TESTPOOL_0_PARTITIONS+TESTPOOL_1_PARTITIONS+TESTPOOL_2_PARTITIONS)
479 #define TSTRCV_QUEUE_ENTRIES 50 479 #define TSTRCV_QUEUE_ENTRIES 50
480 480
481 #define TEST_PARTITION_0_SIZE 80 /* was 16 */ 481 #define TEST_PARTITION_0_SIZE 80 /* was 16 */
482 #ifdef _TARGET_ 482 #ifdef _TARGET_
483 #define TEST_PARTITION_1_SIZE 200 /* FreeCalypso: up from TI's 160 */ 483 #define TEST_PARTITION_1_SIZE 220 /* FreeCalypso: up from TI's 160 */
484 #else 484 #else
485 #define TEST_PARTITION_1_SIZE 260 485 #define TEST_PARTITION_1_SIZE 260
486 #endif /* else, #ifdef _TARGET_ */ 486 #endif /* else, #ifdef _TARGET_ */
487 487
488 #define TEST_PARTITION_2_SIZE 1600 488 #define TEST_PARTITION_2_SIZE 1600