I'm using Zephyr 2.2.0 and I would like to configure a heap size greater than 16kB but the documentation for CONFIG_HEAP_MEM_POOL_SIZE says that Supported values are: 256, 1024, 4096, and 16384. If I configure a higher value (e.g. 102400) it works but I'm afraid of possible side-effect.
Does someone know if it is safe to use other values than the one documented?