eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.57k stars 373 forks source link

Need for easy mempool configuration #13

Closed Karsten1987 closed 4 years ago

Karsten1987 commented 4 years ago

Brief feature description

Motivated from https://github.com/ros2/rmw_iceoryx/issues/5

Detailed information

The current mempool configuration is hardcoded in https://github.com/eclipse/iceoryx/blob/master/iceoryx_posh/source/mepoo/mepoo_config.cpp#L44-L54 and should be changed to be set dynamically on startup.

mossmaurice commented 4 years ago

Hi @Karsten1987,

thanks for your feature request. Having a hard-coded compile-time mempool config is quite unpleasant. The feature "run-time config file for RouDi" is definitely on our roadmap (see 2nd point in https://github.com/eclipse/iceoryx/blob/master/PLANNED_FEATURES.md). You can expect it to arrive in Q1 2020.

Simon

budrus commented 4 years ago

work on that just started

elBoberido commented 4 years ago

it's almost ready. expect a pull request within the next days

Karsten1987 commented 4 years ago

Is there any update on this? #12 also seems to be in need for this.

budrus commented 4 years ago

38