-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RAM available #5
Comments
|
total used free shared buff/cache available The module has 512MB RAM, and with the other linux image, I get the following: total used free shared buff/cache available The programs I'm using seem to use comparatively less using your script, they all run together using 233MB, but use 277MB on the other build. Maybe RAM is being counted differently? I read somewhere that the modem uses 80MB of available RAM. But that still leaves a lot unaccounted for. |
I think the difference is due to the device tree used by the 6.6 kernel. The This is the reserved memory for the 6.6 kernel:
I can't find the equivalent usage on the 5.x kernel. Disabling some of these entries would increase the available memory (for example the |
Where is this file? Any idea how to disable the unneeded sections? Video codecs for example. And even GPS (without an antenna, the devices barely pick up any signals). Some discussion on the PostmarketOS boards indicated that the modem partition is way over-allocated and doesn't need all the memory it's given. But all that is way over my head at the moment. |
This is from the device tree file defined at To disable any memory region, just change On changing the allocated size, you will need to study the corresponding drivers. You will need the To convert
Edit the resulting To convert back to
|
Excuse me, have you solved this problem. |
No, I gave up and went back to an image that someone else created. |
Is it also an Alpine system? May I use it |
No, debian system. i recommend using this image: https://download.wvthoog.nl/openstick-uz801-v3.0.zip |
I used a debian image from wvthoog.nl to flash a stick (with kernel 5.5) and available RAM shows as 381MB. I just built an image with your script and htop shows only 317MB available. Where did the RAM go? Are there options I can enable or disable to reclaim some of it? I'm not familiar with building linux kernels (this was my first time (and that was just using your script).
The text was updated successfully, but these errors were encountered: