Writing Ros bag record to SD card in Jetson TX2

Hi,
I’m trying to record rosbag straight to the SD card in my Jetson TX2,
while recording in some stage when the bag gets to about 1.2-1.5GB size
The RAM memory of the process starts accumulating and then it explodes.
Its seems that at some stage its stop writing to the SD card.
I’ve seen these errors in the “dmesg”:

[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 16416,
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f7200000 ( 8050 MB)
[ 0.000991] kmemleak: Kernel memory leak detector disabled
[ 0.802887] Freeing initrd memory: 5432K
[ 3.505575] Freeing unused kernel memory: 8576K

Any idea how to fix it?

Hi,

Please share dmesg when error happened.

Which release are you using? Is it reproducible on nvidia devkit?

What part of dmesg do you need?

I’m using Jetpack 4.4
By devkit you mean to use the jetson in the dev kit not with the orbbity carrier board?

What part of dmesg do you need?

Does kernel report any error when you hit this error?

By devkit you mean to use the jetson in the dev kit not with the orbbity carrier board?

Yes, the nvidia development kit.