Deepstream Recipe from meta-tegra-community reaches 1.5 GB #1471
Unanswered
Islam-Hussein-11
asked this question in
Q&A
Replies: 1 comment 1 reply
-
When you say that "deepstream-6.3 takes 1.5 GB", you're talking about the size of the full root filesystem, correct? The DS libraries themselves may not be very large, but they have dependencies on things like CuDNN and TensorRT, and cuBLAS that do have some very large libraries. Even if you drop DS itself, you're likely going to need those other library packages to implement any sort of machine learning application that uses CUDA. You should definitely plan on using a multi-gigabyte rootfs partition size for any such project. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to keep my Image as small as possible. I found out that deepstream-6.3 takes 1.5 GB which is too costy as in further development I'll need updates and second Partition so I calculate everything by factor of 200%. So If it is like this it will be 3 GB for deepstream recipe only. Is there a way to reduce this size as much as possible. And I made sure that this is the bare recipe without -samples/-samples-data/-dev/-dbg or anything.
In packages-split folder I found out that deepstream-6.3 folder took about 57 MB and samples or samples-data were not shipped with the Image.
So if anyone could enlighten me and tell me the cause of that problem ??
Beta Was this translation helpful? Give feedback.
All reactions