# HG changeset patch # User Mychaela Falconia # Date 1548733969 0 # Node ID a0a45c5eb3efb1691d284e34628c193bc250609a # Parent d7a40e34fee07a533a12d16b94da0fecb0f967bb 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. diff -r d7a40e34fee0 -r a0a45c5eb3ef src/condat2/com/src/config/gsmcomp.c --- a/src/condat2/com/src/config/gsmcomp.c Tue Jan 29 03:41:35 2019 +0000 +++ b/src/condat2/com/src/config/gsmcomp.c Tue Jan 29 03:52:49 2019 +0000 @@ -480,7 +480,7 @@ #define TEST_PARTITION_0_SIZE 80 /* was 16 */ #ifdef _TARGET_ - #define TEST_PARTITION_1_SIZE 200 /* FreeCalypso: up from TI's 160 */ + #define TEST_PARTITION_1_SIZE 220 /* FreeCalypso: up from TI's 160 */ #else #define TEST_PARTITION_1_SIZE 260 #endif /* else, #ifdef _TARGET_ */