Skip to content

Commit

Permalink
Apply Agnocast
Browse files Browse the repository at this point in the history
Signed-off-by: veqcc <[email protected]>
  • Loading branch information
veqcc committed Feb 21, 2025
1 parent 644042d commit 90a0484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common_sensor_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ def create_parameter_dict(*args):
executable=LaunchConfiguration("container_executable"),
composable_node_descriptions=nodes,
output="both",
additional_env={
'LD_PRELOAD': f"libagnocast_heaphook.so:{os.getenv('LD_PRELOAD', '')}",
'MEMPOOL_SIZE': '1073741824', # 1GB
},
)

return [container]
Expand Down

0 comments on commit 90a0484

Please sign in to comment.