hans <h...@stare.cz> schreef op 10 mei 2016 17:12:23 CEST: >I started using the wonderfull malloc.conf, >setting it to CFGJPRSU. This works on amd64 and macppc and i386, >but on a freshly upgraded current/armv7 (a BeagleBone Black), >some programs report > > malloc() warning: unknown char in MALLOC_OPTIONS > >Each of the flags is documented in the malloc.conf(5) manpage. >Is there something specific about this on the BBB? > > Jan
Well, that's a lot of flags, things will get slow.... Some are redundant (included in S), some are already on by default. I would advise just to use S and be done with it. Why you do not get the expected results on armv7 I do not know. My guesses are: older version of libc or typo. Eliminate flags until you find the offending one. -Otto