We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee12dc commit 3751fd2Copy full SHA for 3751fd2
autoware_launch/launch/pointcloud_container.launch.py
@@ -53,7 +53,7 @@ def launch_setup(context, *args, **kwargs):
53
SetEnvironmentVariable(
54
name="LD_PRELOAD", value=f"{agnocast_heaphook_path}:{os.getenv('LD_PRELOAD', '')}"
55
),
56
- SetEnvironmentVariable(name="MEMPOOL_SIZE", value="8589934592"), # 8GB
+ SetEnvironmentVariable(name="AGNOCAST_MEMPOOL_SIZE", value="8589934592"), # 8GB
57
])
58
actions.append(pointcloud_container)
59
0 commit comments