Skip to content

Commit 3751fd2

Browse files
committed
use AGNOCAST_MEMPOOL_SIZE
Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
1 parent 5ee12dc commit 3751fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_launch/launch/pointcloud_container.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def launch_setup(context, *args, **kwargs):
5353
SetEnvironmentVariable(
5454
name="LD_PRELOAD", value=f"{agnocast_heaphook_path}:{os.getenv('LD_PRELOAD', '')}"
5555
),
56-
SetEnvironmentVariable(name="MEMPOOL_SIZE", value="8589934592"), # 8GB
56+
SetEnvironmentVariable(name="AGNOCAST_MEMPOOL_SIZE", value="8589934592"), # 8GB
5757
])
5858
actions.append(pointcloud_container)
5959

0 commit comments

Comments
 (0)